Life cycle of ASP.NET page when a request is made ?
Answer Posted / sumeet kalra
Page Request
Start
page initialization
validation
postback event handling
rendering
unload
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is AutoEventWireUp and what is the use of This property explain in details?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
How many types of cookies are available in asp?
Difference between singleton and singlecall.
When does a session actually start?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is session authentication?
Mention the execution process for managed code?
What is the namespace to create thread in .net?
What is the extension of master page in asp.net?
Describe the difference between inline and code behind - which is best in?
What is the difference between typeof() vs gettype()?
How to make paging concepts in datagrid in ASP.NET?
Is react a template engine?
What is the difference between GridView and Repeater controls in ASP.NET?