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
Which .NET framework supports Web API?
What is http post action?
Is asp.net mvc still used? : Asp.Net MVC
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is the difference between executescalar and executenonquery?
Differentiate between client-side and server-side validations in web pages.
Any disadvantages in Dataset and in reflection ?
What is the use of service provider?
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 do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Where the cookie value is stored?
What are the advantages and limitations of query string?
Do session use cookies in asp net?
How can you use a custom controls in ASP.NET application?
What is Web Server Control Templates.?