Change Action of Checkbox to Get Instead of Post
Posted
by Shiraz Bhaiji
on Stack Overflow
See other posts from Stack Overflow
or by Shiraz Bhaiji
Published on 2010-03-26T08:23:11Z
Indexed on
2010/03/26
8:33 UTC
Read the original article
Hit count: 367
We have an ASP.Net page that uses a checkbox to toggle between a list view and a tree view.
The problem is that this triggers a post. When we then click on one of the documents in the list, then press back in the browser, we get a page expired error.
Is it possible to change the action of the check box to trigger a get with a parameter?
© Stack Overflow or respective owner