What is the difference between Postback and Ispostback
Property?

Answer Posted / siddartha

PostBack: Postback is the event which sends the form data
to the server. The server processes the data & sends it
back to the browser. The page goes through its full life
cycle & is rendered on the browser. It can be triggered by
using the server controls.And the IsPostBack property of
the page object may be used to check whether the page
request is a postback or not. IsPostBack property is of the
type Boolean.

Is This Answer Correct ?    157 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a page life cycle?

577


What are the benefits of view state?

567


What is the advantage of mvc over asp.net? : Asp.Net MVC

513


What is fulltrust?

569


In order to get assembly info which namespace we should import?

533






When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

605


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

499


How many types of Cookies are available in ASP.NET?

592


Mention few asp.net validators.

585


What is Pre-Render event in ASP.NET?

602


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1432


What are type/key pairs in client script registration?

570


Is web config mandatory?

550


What is the use of session state and application state and difference between them?

487


How to unit test Web API?

720