please give a brief knowledge about these events ?

page_render()
page_prerender()
page_unload
page_loadcomplete
page_preinit



please give a brief knowledge about these events ? page_render() page_prerender() page_unload ..

Answer / 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

More ASP.NET Interview Questions

What does aspcompat="true" mean?

0 Answers  


Explain the server control events of asp.net ?

0 Answers  


What is the difference between a cookie and a pixel?

0 Answers  


Name the two properties are on every validation control?

0 Answers  


Should user input data validation occur server-side or client-side? Why?

3 Answers   NIC, Siebel Systems,






What is the use of execute non query in asp.net?

0 Answers  


What are sessions in asp net?

0 Answers  


The technical part was on ASP.Net only of web services.

1 Answers   Symphony,


Why do we need a web application session?

0 Answers  


How we handle the runtime database schema change issue in asp.net application?

2 Answers   IBM, Tech Mahindra,


Write a code for sending an email from asp.net application.

0 Answers  


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

0 Answers   Siebel,


Categories