Problem with IsPostBack

  • Thread starter Thread starter AspPro
  • Start date Start date
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.
 
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


Back
Top