In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?
Answer Posted / ashutosh
Page_PreInit
Page_Init
Page_InitComplete
Page_PreLoad
Page_Load
Page_LoadComplete
Page_Prerender
Page_Unload
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is ipostback?
How to find last error which occurred?
How to unit test Web API?
How you will improve web application performance?
What is the difference between CLICK and MOUSE DOWN Event ?
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 postback property in asp.net?
What are the benefits of view state?
Explain ViewState?
What is difference between View State and Hidden Field in ASP.NET?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is _dopostback in asp net?
What is cached data phone?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Explain the difference between panel and groupbox classes using .net?