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 the difference between adding reference in solution explorer and adding references by using ?

580


What is http post action?

552


What do you understand by aggregate dependency?

620


Explain what does wsdl stand for?

563


Do session use cookies in asp net?

500






Explain exception filters?

593


In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

510


How can you send an email message from an asp.net web page?

529


Explain what are webservices?

549


What are the Difference between asp.net and asp ?

573


What is the use of view state?

537


Give an example of cookie abuse.

601


Is asp.net and .net are same or different?

530


What is the meaning of TestApi?

640


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

1670