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
Can we set which type of comparison we want to perform by the CompareValidator control?
What is bson in web api?
What is the difference between user control and custom control?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Explain the main function of razor in asp.net? : asp.net mvc
What are the features that make asp.net more used framework? : asp.net mvc
What are the different methods of session maintenance in asp.net?
What is sdlc process?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Differentiate between authentication and authorization.
What are the server controls in asp.net?
Explain the asp.net mvc request life cycle? : asp.net mvc
What is cache in asp net?
Explain an object, class and method.
What is http post action?