please give a brief knowledge about these events ?
page_render()
page_prerender()
page_unload
page_loadcomplete
page_preinit
Answer Posted / kowledgenet
page_render(): Outputs content of a page to a provided
HtmlTextWriter object and stores tracing information about
the control if tracing is enabled.
page_prerender(): Occurs when a page is about to render its
content
page_unload():occurs when a page is unloaded from memory
page_loadcomplete():Raises the load event
page_preinit():raises the init event
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How does u get record no from 5 to 15 from a dataset of 100 records?
What are the different authentication modes in asp.net?
Where is asp.net view state stored?
What is the state management in asp.net?
What is difference between cookies and cache?
What is the concepts of globalization and localization in .net?
How do you design a website with multilingual support in ASP.NET ?
Why do we use sessions?
Distinguish between Server-side and Client-side code?
What is the basic difference between asp and asp.net?
What is a web api? Which protocol is used in a web api?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is asp net_sessionid?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What are different methods of session maintenance in asp.net?