what is postback implementation?when pre-render event n
init event is fired?

Answer Posted / surjith

post back event happens when the sender page sends Http
request to the same page. checking for ispostback() and
then writing the code within the if block would be the
implementation for postback.

The following is the order of events that occur when a page
is loaded.
init-> load -> prerender and finally unload.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is better viewstate or session?

513


Can you change a master page dynamically at runtime? How?

500


Can you explain how ASP.NET application life cycle and page life cycle events fire?

564


What is postback request?

550


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

483






How to display validation messages in one control?

544


What is masterpage?

507


What is active web page?

562


Explain the significance of routing? : asp.net mvc

535


What is a pixel url?

510


Is sql backend or frontend?

553


What does passport and windows authentication mean in ASP.NET?

645


Using code explain Configuration Management

1406


How many web.config files can I have in an application?

537


What is the file through which you can customize your asp.net application?

543