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

Explain how is the asp.net mvc architecture different from others? : asp.net mvc

509


What is true about application service provider?

497


What is difference between Lambda Expression and LINQ in ASP.NET?

547


Can you explain page lifecycle in net?

512


What is the concepts of globalization and localization in .net?

533






Describe session handling in a webfarm, how does it work and what are the limits?

586


What is the difference between client-side and server-side validations in ASP.NET?

669


How ASP.NET page works?

681


What is a runtime version?

538


What is a session in asp.net?

541


Why session management is required?

547


Explain about Multi-Language integration?

606


Differentiate globalization and localization.

594


Explain how cookies work. Give an example of cookie abuse.

721


what is DLL Hell and how it is solved in .NET? please explain clearly??

1893