WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?
Answer Posted / gurmeet
PreInit-> Init -> PreLoad -> Load -> PreRender -> Render->
PreUnload -> Unload
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to retrieve user name in case of Window Authentication?
How does viewstate work?
What are the differnt types of handler in ASP.NET?
What is the difference between web.config and machine.config in ASP.NET?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is GAC in ASP.NET 2.0
what is the difference between response.write() and response.output.write()?
Define static function?
Write some code using interfaces, virtual methods, and an abstract class`
If 200 is for all successful operation then why do we have 201 response codes?
Can I read the hard disk serial # of the client computer using asp.net?
Name some asp objects?
What is considered a service provider?
Web API uses which library for JSON serialization?
How tooltip is set through code-behind in ASP.NET?