Click here to Skip to main content
15,915,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Event wiring in a custom control's control Pin
minhpc_bk19-Jun-06 10:23
minhpc_bk19-Jun-06 10:23 
QuestionHi..Is TabStrip control works in Internet Explorer Pin
Balavardhan19-Jun-06 0:22
Balavardhan19-Jun-06 0:22 
Questionhow to build a list menu from database Pin
hoangmv010119-Jun-06 0:15
hoangmv010119-Jun-06 0:15 
AnswerRe: how to build a list menu from database Pin
minhpc_bk19-Jun-06 10:22
minhpc_bk19-Jun-06 10:22 
Questionhow to create tree structure Pin
Prasanna Kuamri Pydi19-Jun-06 0:01
Prasanna Kuamri Pydi19-Jun-06 0:01 
AnswerRe: how to create tree structure Pin
RichardGrimmer19-Jun-06 1:12
RichardGrimmer19-Jun-06 1:12 
Questioncalling client side script under page load event Pin
peter rankel18-Jun-06 23:51
peter rankel18-Jun-06 23:51 
AnswerRe: calling client side script under page load event Pin
l0kke19-Jun-06 0:38
l0kke19-Jun-06 0:38 
If you dont want to use authentication, I have one idea how to use your clientside script, you should register it in (!IsPostBack) block in Page_Load as startup script, and this script should cause postback (domcument.form1.submit() in js, i think). Your script should save username into hidden field, you can read this value in Page_Load after first postback.

You cannot read this value when page is created (IsPostBack property is false), because client side script is called on client side after Page_Load and other methods are executed on server side.

Btw. can you post a code you use for 'getting system number' ? Maybe I can help you to get user name instead...

I hope it helps, if something is not clear, just ask...

Pilo
GeneralRe: calling client side script under page load event Pin
peter rankel19-Jun-06 0:55
peter rankel19-Jun-06 0:55 
QuestionProblem in Datagrid with sqldatasource Pin
ChennaiBabu18-Jun-06 23:33
ChennaiBabu18-Jun-06 23:33 
GeneralRe: Problem in Datagrid with sqldatasource Pin
_AK_18-Jun-06 23:34
_AK_18-Jun-06 23:34 
GeneralRe: Problem in Datagrid with sqldatasource Pin
ChennaiBabu19-Jun-06 0:14
ChennaiBabu19-Jun-06 0:14 
AnswerRe: Problem in Datagrid with sqldatasource Pin
_AK_19-Jun-06 0:24
_AK_19-Jun-06 0:24 
GeneralRe: Problem in Datagrid with sqldatasource Pin
ChennaiBabu19-Jun-06 0:41
ChennaiBabu19-Jun-06 0:41 
GeneralRe: Problem in Datagrid with sqldatasource Pin
_AK_19-Jun-06 0:47
_AK_19-Jun-06 0:47 
GeneralRe: Problem in Datagrid with sqldatasource Pin
ChennaiBabu19-Jun-06 1:38
ChennaiBabu19-Jun-06 1:38 
GeneralRe: Problem in Datagrid with sqldatasource Pin
_AK_19-Jun-06 1:42
_AK_19-Jun-06 1:42 
Questionpop up calender ? Pin
absprogrammer18-Jun-06 23:15
absprogrammer18-Jun-06 23:15 
Questionproblem in datagrid Pin
nesaraja18-Jun-06 22:14
nesaraja18-Jun-06 22:14 
AnswerRe: problem in datagrid Pin
Suamal18-Jun-06 22:24
Suamal18-Jun-06 22:24 
QuestionSession lose value Pin
Nagraj Naik18-Jun-06 21:29
Nagraj Naik18-Jun-06 21:29 
AnswerRe: Session lose value Pin
Suamal18-Jun-06 22:18
Suamal18-Jun-06 22:18 
GeneralRe: Session lose value Pin
Nagraj Naik18-Jun-06 23:11
Nagraj Naik18-Jun-06 23:11 
GeneralRe: Session lose value Pin
Suamal18-Jun-06 23:38
Suamal18-Jun-06 23:38 
GeneralRe: Session lose value [modified] Pin
Nagraj Naik18-Jun-06 23:46
Nagraj Naik18-Jun-06 23:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.