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

How do you implement postback with a text box?

563


Explain the difference between asp & asp.net.

552


Explain Features in ASP.NET

578


Web API uses which library for JSON serialization?

569


What is the difference between the asp and asp.net?

491






What is state management techniques in asp.net?

531


Define page output caching?

578


How does http session work?

522


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1721


Explain how cookies work. Give an example of cookie abuse.

721


Describe the events in the life cycle of a web application.

603


What should you do is you want to remove an existing component but would like to make some funtionalities?

1482


How Session outproc in Sqlserver stored?

2306


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

543


What are resource file and how do we generate resource file?

569