about Postback

  • Thread starter Thread starter Shalva
  • Start date Start date
S

Shalva

Hi,

when I submit page from client-side script

window.navigate("abc.aspx")

the IsPostBack property of Page always is false.

why ?

Thanks,
Shalva
 
Shalva said:
Hi,

when I submit page from client-side script

window.navigate("abc.aspx")

the IsPostBack property of Page always is false.

why ?

Thanks,
Shalva
navigate does a GET for the page, not a POST.
 

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

Back
Top