What are the events fired when web form page has user control in it? What is sequence of those events?

Showing Answers 1 - 3 of 3 Answers

rohitosu

  • Apr 14th, 2008
 

when a webform is loaded, the event which would occur for sure is Page_Load event. 

 If a webform contains many control they the events will occur depending upon the user interaction with the webform.  For Example there can be many buttons or combobox or listview. There can be system generated events like timers too. 

 Hope this would be of some help.  

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions