Sunday 18 May 2014

User control execution order?


Step 1: A Master page Int and PreLoad.
Step 2: An ASPX web form page Int,PreLoad and Load.
Step 3: A master page Load
Step 4: User control inside the page Int, preLoad, Load.
Step 5: Button to fire some code in a btnOK_Click event.