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


Please Help Members By Posting Answers For Below Questions

What are the Types of session management in ASP.NET

562


What is ascx?

527


What is application session?

502


What is asp.net globalization?

495


What is the difference between a cookie and a pixel?

476






What is synchronous and Asynchronous post back ?

637


What is custom events? How to create it?

623


What does mvc represent in asp.net? : asp.net mvc

520


How about the security in Activex DLL and Activex EXE ?

1785


What is smpte vc-1?

549


How can we create a website?

532


What is web api config?

542


What are sessions used for?

552


How to sign out from forms authentication?

540


Explain about Multi-Language integration?

597