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 one critical mapping?
Explain automatic memory management in .net.
What is session handling in a webfarm, how it can work with its limits?
What are the different kinds of assemblies?
What is the use of execute non query in asp.net?
What is data caching?
Which namespace is used by ado.net?
Why and where this web.config file is used?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is data binding in asp net?
What is query string with example?
Define static function?
Why we use asp.net for website development?
What is difference between viewstate and session in asp net?
What are the components of ado.net?