Problem with IsPostBack

M

Mark Rae

What does IsPostBack mean?

Determines whether the page has been opened from another page or by one of
its own controls in the form of a submit back to itself.
 
B

bruce barker \(sqlwork.com\)

it really means the page request included the form data item "__ViewState"
and the value of the field is valid. this is usually inferred then to be the
result of a form submit, and the server code knows the browser is sending
form values back.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IsPostBack problem... 1
IsPostBack 2
AJAX and IsPostBack 5
Program problem 2
AJAX UpdatePanel - IsInAsyncPostBack and IsPostBack returning false 3
IsPostBack 5
IsPostBack 1
DataView, DataGrid and IsPostBack 5

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top