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
Any disadvantages in Dataset and in reflection ?
IN an ASP.NET Web application if there is any error, how can you debug?
How does a content page differ from a master page?
Explain how asp.net page works?
Is it right that ASP.NET Web API has replaced WCF?
Explain difference between dataset and datareader?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Where the viewstate is stored after the page postback?
How can you ensure a permanent cookie?
How do we assign page-specific attributes?
Can we have multiple web config files for an asp.net application?
What is query string? What are its advantages and limitations?
What's the ASP.Net Application life cycle?
Explain the use of duration attribute of @outputcache page directive.