What methods are fired during the page load?
Answer Posted / srikanth
1)Start
2)instansiated
3)load
4)validating
5)Event handling
6)rendering start
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why session is necessary in web application?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Does asp.net still recognize the global.asa file?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What are session state modes?
Out of ASP or ASP.NET which one is stateless?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Why is global asax is used?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is AutoEventWireup attribute for ?
What is the difference between application state and session state in asp net?
What is the use of web.config file?
Can we handle the error and redirect to some pages using web.config?
Which is better session or viewstate?
Define transparent caching with aop?