Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAJAX Tool Kit +ASP.Net Pin
chetan_agarwal25-May-10 21:14
chetan_agarwal25-May-10 21:14 
AnswerRe: AJAX Tool Kit +ASP.Net Pin
AtiqueJnp25-May-10 21:39
AtiqueJnp25-May-10 21:39 
AnswerRe: AJAX Tool Kit +ASP.Net Pin
Sandeep Mewara25-May-10 22:01
mveSandeep Mewara25-May-10 22:01 
GeneralRe: AJAX Tool Kit +ASP.Net Pin
chetan_agarwal25-May-10 23:36
chetan_agarwal25-May-10 23:36 
Questionhow could we know that a method is executing a certain point of time Pin
sainath43725-May-10 18:16
sainath43725-May-10 18:16 
Answer[Repost]: how could we know that a method is executing a certain point of time Pin
Sandeep Mewara25-May-10 18:32
mveSandeep Mewara25-May-10 18:32 
QuestionNeed way to access controls on page from a static method in codebehind. Pin
Adam Brown 325-May-10 10:29
Adam Brown 325-May-10 10:29 
AnswerRe: Need way to access controls on page from a static method in codebehind. Pin
Not Active25-May-10 17:28
mentorNot Active25-May-10 17:28 
If you understand the ASP.NET lifecycle you will understand why it is not possible to do this. You are calling the GetCompletionList method out of band, meaning that the request is not being processed by the ASP.NET engine hence the controls are not being created and thus not available for access. Typically this type of action is handled with client side JavaScript, or perhaps an AJAX UpdatePanel would be more useful for you.

I know the language. I've read a book. - _Madmatt

QuestionUpdating contents of GridView from JavaScript Pin
Adam Brown 325-May-10 5:55
Adam Brown 325-May-10 5:55 
AnswerRe: Updating contents of GridView from JavaScript Pin
Viral Upadhyay25-May-10 18:27
Viral Upadhyay25-May-10 18:27 
AnswerRe: Updating contents of GridView from JavaScript Pin
Sandeep Mewara25-May-10 19:11
mveSandeep Mewara25-May-10 19:11 
QuestionExtender controls may not be registered after PreRender Pin
Hendrik Debedts25-May-10 3:00
Hendrik Debedts25-May-10 3:00 
AnswerRe: Extender controls may not be registered after PreRender Pin
Hendrik Debedts25-May-10 3:21
Hendrik Debedts25-May-10 3:21 
Questionhow to print a file without opening it Pin
raghvendrapanda25-May-10 2:44
raghvendrapanda25-May-10 2:44 
AnswerRe: how to print a file without opening it Pin
T M Gray25-May-10 7:45
T M Gray25-May-10 7:45 
AnswerRe: how to print a file without opening it Pin
Pranay Rana26-May-10 0:03
professionalPranay Rana26-May-10 0:03 
GeneralRe: how to print a file without opening it Pin
raghvendrapanda1-Jun-10 9:44
raghvendrapanda1-Jun-10 9:44 
QuestionSystem.IO.IOException Please help me Pin
cheguri25-May-10 0:45
cheguri25-May-10 0:45 
AnswerRe: System.IO.IOException Please help me Pin
P. S. Pundeer25-May-10 1:23
P. S. Pundeer25-May-10 1:23 
AnswerRe: System.IO.IOException Please help me Pin
Sandeep Mewara25-May-10 1:23
mveSandeep Mewara25-May-10 1:23 
Questionurl rewriting and updatepanel issues Pin
aamirzada25-May-10 0:37
aamirzada25-May-10 0:37 
AnswerRe: url rewriting and updatepanel issues Pin
Sandeep Mewara25-May-10 19:13
mveSandeep Mewara25-May-10 19:13 
Questionopening GridView in contentplaceholder of masterpage Pin
mominafiz25-May-10 0:33
mominafiz25-May-10 0:33 
Questionopening GridView in contentplaceholder of masterpage Pin
mominafiz25-May-10 0:56
mominafiz25-May-10 0:56 
AnswerRe: opening GridView in contentplaceholder of masterpage Pin
Sandeep Mewara25-May-10 1:17
mveSandeep Mewara25-May-10 1:17 

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.