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
Why mvc is better than asp.net? : Asp.Net MVC
Can a .net web application consume java web service?
How many types of cookies are there in asp.net?
How to disable validator control by client side JavaScript?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Difference between overriding and overloading?
Why we go for mvc instead of asp.net? : Asp.Net MVC
How can you register a custom server control to a web page?
What is the difference between dynamic SGA and static SGA?
Explain the difference between Web Garden and Web Farm?
How to use multiple scriptmanager controls in a web page?
Explain difference between dataset and datareader?
What is HTTPModule and HTTPcontext? What is the use of each?
What is custom attribute?
What is the use of response redirect in asp.net?