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
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How can you use a custom controls in ASP.NET application?
What do you mean by caching in asp.net?
How does http session work?
What is the difference between login controls and forms authentication?
Explain the code Access Security (CAS) in .net Framework?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is advantage of code behind coding in ASP.NET?
Differentiate between structure and class.
Differentiate the session object and application object?
Can we have multiple web config files for an asp.net application?
What does the hotspot class in .net do?
What are the different validators in asp.net?
Apart from IDE what are the enhancements in asp.net 2.0?
In which event of the page life cycle, is the viewstate available?