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
Explain security types in asp.net?
What is the difference between debug and release?
What is the caspol.exe tool used for?
How to use push notification?
Where is asp.net view state stored?
Where is session data stored in asp net?
How can I have a particular web page in an asp.net application which displays its own error page?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Explain the features that make asp.net more used framework? : asp.net mvc
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is difference between session and application in asp net?
What does mean by a neutral culture?
What is mvc in angular?
What is in a session cookie?
What is the asp.net control toolkit?