Click here to Skip to main content
16,007,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Please provide detailed description about delegates Pin
sharad Pyakurel9-Jun-10 1:36
sharad Pyakurel9-Jun-10 1:36 
QuestionHow to disable the page refresh due to activeTabChange of TabContainer inside UpdatePanel? Pin
mittalpa3-Jun-10 11:37
mittalpa3-Jun-10 11:37 
QuestionPassing parameter from one user control to another user control in an aspx page. Pin
mittalpa3-Jun-10 11:33
mittalpa3-Jun-10 11:33 
AnswerRe: Passing parameter from one user control to another user control in an aspx page. Pin
dan!sh 3-Jun-10 16:34
professional dan!sh 3-Jun-10 16:34 
QuestionHttpModules - scope Pin
Member 39190493-Jun-10 9:42
Member 39190493-Jun-10 9:42 
QuestionHow to implement event chaining with Page.Render Pin
Member 39190493-Jun-10 9:33
Member 39190493-Jun-10 9:33 
AnswerRe: How to implement event chaining with Page.Render Pin
T M Gray3-Jun-10 9:59
T M Gray3-Jun-10 9:59 
GeneralRe: How to implement event chaining with Page.Render Pin
Member 39190493-Jun-10 11:18
Member 39190493-Jun-10 11:18 
OK - So I can do this in MyPage.aspx

this.PreRender += new EventHandler(_MyPage_PreRender);

But what I'd like to do is chain the event handler to a different class.

For example:

this.PreRender += MyComponent.PreRender

or even better:

this.PreRender += MyComponent.MyCustomMethod

So can I chain directly to a method in another class? If so then will you please provide some code to show me how to do this?
QuestionHow to develop forum application in .net Pin
naresh kumar a3-Jun-10 9:31
naresh kumar a3-Jun-10 9:31 
AnswerRe: How to develop forum application in .net Pin
T M Gray3-Jun-10 9:55
T M Gray3-Jun-10 9:55 
GeneralRe: How to develop forum application in .net Pin
naresh kumar a5-Jun-10 22:00
naresh kumar a5-Jun-10 22:00 
Questionwebservice json Pin
AndyInUK3-Jun-10 7:18
AndyInUK3-Jun-10 7:18 
AnswerRe: webservice json Pin
PSK_4-Jun-10 2:41
PSK_4-Jun-10 2:41 
GeneralRe: webservice json Pin
AndyInUK4-Jun-10 3:47
AndyInUK4-Jun-10 3:47 
GeneralRe: webservice json Pin
PSK_4-Jun-10 3:58
PSK_4-Jun-10 3:58 
GeneralRe: webservice json Pin
AndyInUK4-Jun-10 4:59
AndyInUK4-Jun-10 4:59 
QuestionStoring information in page Pin
vjvjvjvj3-Jun-10 7:15
vjvjvjvj3-Jun-10 7:15 
Answer[Cross-post]: Storing information in page Pin
Sandeep Mewara3-Jun-10 7:20
mveSandeep Mewara3-Jun-10 7:20 
QuestionConfiguration Error Pin
treuveni3-Jun-10 3:23
treuveni3-Jun-10 3:23 
AnswerRe: Configuration Error Pin
Brij3-Jun-10 3:45
mentorBrij3-Jun-10 3:45 
GeneralRe: Configuration Error Pin
treuveni3-Jun-10 4:04
treuveni3-Jun-10 4:04 
GeneralRe: Configuration Error Pin
Sandeep Mewara3-Jun-10 7:14
mveSandeep Mewara3-Jun-10 7:14 
GeneralRe: Configuration Error Pin
treuveni4-Jun-10 3:27
treuveni4-Jun-10 3:27 
Questiongridview rows stored in database Pin
jadhavShubhangi3-Jun-10 1:21
jadhavShubhangi3-Jun-10 1:21 
AnswerRe: gridview rows stored in database Pin
Not Active3-Jun-10 1:50
mentorNot Active3-Jun-10 1:50 

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.