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
What is the use of session state and application state and difference between them?
Explain cashing in asp.net.
What is ipostback?
How can we prepairing Interview
What is the advantage of mvc over asp.net? : Asp.Net MVC
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What is connection pooling and how to enable and disable connection pooling?
Why is mvc better than asp.net?
What is view state and how it works in asp net?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What are the Types of state management techniques
How does viewstate work?
What are the types of validation in asp net?
What is sql data source control in asp.net?