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
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What are the different types of sessions in asp.net? Name them?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Describe the differences between the lifecycles of Windows services and Standard EXE?
If we remove web.config or machine.config from the application then, is this application will works?
Explain About WebService
How you can return View from ASP.NET Web API method?
What is state management techniques in asp.net?
Name the tools or API for developing or testing web api?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
How to fetch a data from one table to another table in asp.net ?
What is difference between cookies and cache?
How you can stop the validation of ASP.NET controls from client side?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What are Caching techniques in .NET