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
What is page request in asp.net?
What is custom attribute? How to create?
What are the elements of a website?
What is a 404 redirect?
Can you use c# without .net?
What is slidemaster?
How you can return View from ASP.NET Web API method?
Are cookies stored on server or client?
How would you implement inheritance using c#?
Describe state management in asp.net?
Define what is razor? : asp.net mvc
Explain what is an assembly?
What is http response header?
How would you create a permanent cookie?
What is the application pool?