What are the new page events added in Asp.net 2.0 ?
Answer Posted / mohini nalawade
The new events added to the page class are:
1. InitComplete is called when the page is initialized and
the process is complete.
2. LoadComplete as the name suggests is called at the end
of the load stage of the page’s life cycle.
3. PreInit is called before the page is initialized
4. PreLoad is called before the loading of the page is
complete.
5. PreRenderComplete is called when the prerendering phase
is complete and all the child controls have been created.
After the event, the personalization data and the view
state are saved and the page is rendered to HTML.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain how cookies work. Give an example of cookie abuse.
What is a viewstate?
What are the major built-in objects in ASP.NET?
Can we use html in asp.net?
In which situation can you not use a viewstate?
How can I open ashx file in mobile?
What are early binding and late binding.
What is a server cookie?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is the benefit of WebAPI over WCF?
What is Web API Routing?
Apart from IDE what are the enhancements in asp.net 2.0?
What is the main difference between Asp.net and Vb.net?
Which library is used by the testers and developers to develop automated tests and create testing tools?