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
Explain the difference between or and orelse?
What do you understand by aggregate dependency?
Explain the difference between debug.write and trace.write? When should each be used?
What are the different kinds of assemblies?
What are the steps to follow to host a web application on a web server?
How can you dynamically add user controls to a page?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
how to write html code with ssl
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Out of ASP or ASP.NET which one is stateless?
Where sessions are stored in asp.net?
Explain the function of new view engine in asp.net? : asp.net mvc
What is postback in asp net?
What is asynchronous call?