WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?
Answer Posted / mithun
Pre Init--> Init-->Init Complete-->Pre Load--> Load-->Load Complete-->Pre Render--> Render--> Unload
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is inheritance and an how it be used, example with an example?
What is the difference between union and join?
What is the use of autowireup in asp.net?
What is applicatio domain?
What are the options in ASP.NET to maintain state?
Explain difference betn dataset and recordset?
What are the Types of state management techniques
Briefly describe the role of global.asax?
A web service can only be written in .net? State whether true or false.
Which is better php or asp.net?
What methods are fired during the page load? Init()
Can you set the session out time manually?
What is the difference between client-side and server-side validations in ASP.NET?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????