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
Why we use asp.net for website development?
Explain the difference between overriding and overloading?
Explain Life cycle of ASP.NET page when a request is made.
What does ascx stand for?
Which library is used by the testers and developers to develop automated tests and create testing tools?
List some of the important session state modes of asp.net.
What do you mean by authorization?
What is fulltrust?
What is css and what is it used for?
What is the difference between rest and restful?
Explain the steps needed to be performed in order to create an animation in xaml?
Is react a template engine?
Less than one page, how many windows will you be able to maintain?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Define what is razor? : asp.net mvc