Answer Posted / alb.shah
1.Page_Init
2.LoadViewState
3.LoadPostData
4.Page_Load
5.RaisePostDataChangedEvent
6.RaisePostBackEvent
7.Page_PreRender
8.SaveViewState
9.Page_Render
10.Page_UnLoad
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
what are the web form events available in asp.net?
How you can access the properties and controls of master pages from content pages?
Why SessionID changes in every request in asp.net?
Mention the execution process for managed code?
What do you mean by authentication?
How to handle errors in Web API?
What is the difference between equals() and == in c#?
What are Master Pages in ASP.NET?
In which event of the page life cycle, is the viewstate available?
Difference between Response.redirect vs server.transfer?
Is session stored in browser?
How do we implement bundling in MVC?
What is asp.net mvc? : asp.net mvc
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Where would you use an ihttpmodule, and what are the limitations if any?