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 the life cycle of web page?
What is Web API?
How can you pass multiple complex types in Web API?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Can we set master page as a start page?
How you can access the values from the Repeater control in ASP.NET?
Write code to send e-mail from an asp.net application?
How to bind all the binding controls in a page at once in ASP.NET?
What is http post and http get?
What are the uses of list view control in Asp.net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How do u deploy ur project?
How to display Alert in ASP.NET
What is the purpose of session management?
What is the default timeout for a cookie?