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
9. Why should we hire you over the others waiting to be interviewed?
How do cookies work? Give an example of their abuse.
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Can you explain the basic use of dataview?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is the sequence in which ASP.NET events are processed?
What is the difference between adding reference in solution explorer and adding references by using ?
Explain how viewstate is being formed?
How you can return View from ASP.NET Web API method?
Why do we need asp.net?
What is the benefit of WebAPI over WCF?
What is the page life cycle in asp.net?
What does a switch do?
What is the difference between custom controls and user controls?
Which two new properties are added in asp.net 4.0 page class?