What is the difference between Postback and Ispostback
Property?
Answer Posted / nabhirai jain
ISpostback()is the event which is being generated when the
page is posted back to itself to handle the events in
page life cycle.
It is a page event.
It is generated inside page_Load() event.
It holds boolean value.
False;First time when the page is loaded.
Facebook login page loaded in the browser on the first request.
True: when the user fill the form and click on submit to verify and store the data on server side.
execute on server side.
control is send back to page to handle the other page events at that moment boolean value holds true value.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can we set which type of comparison we want to perform by the CompareValidator control?
How to display validation messages in one control?
What New Features comes with ASP.NET Web API 2.0?
explain code with datachaching with example
What language does asp.net use?
Describe the Server Control Events of ASP.NET?
What is the exact purpose of http handlers?
What is the procedure to create the environment for asp.net? : asp.net mvc
How can we create custom controls in asp net?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is session object? Describe in detail.
How do session tokens work?
Describe how ASP.NET maintains process isolation for each Web application?
What do you understand by aggregate dependency?
What is smpte vc-1?