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
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
How to implement role based security in asp.net mvc? : Asp.Net MVC
How do you declare static variable?
i want the asp.net technical questions and answeres
What do you mean by role-based security?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What do you mean by query string?
Please briefly explain the usage of global.asax?
What does mvc represent in asp.net? : asp.net mvc
What is the biggest disadvantage of “Other Return Types” in Web API?
How does asp net store session ids by default?
Where viewstate value is stored in asp.net?
Describe how passport authentication works.
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?