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
What is the difference between asp.net and mvc?
Explain asp.net web forms.
How you can add an event handler?
Explain diff. Betn dataset and recordset?
What are session state modes?
What is autopost?
Which validator control you use if you need to make sure the values in two different controls matched?
what is meant by sitemapnode ?
What are the page life cycle events?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What symbol specifies the beginning of a query string?
What is the importance of Global.asax in ASP.NET?
What is query string with example?
What is the difference between the asp and asp.net?