Rank: Advanced Member
Joined: 9/21/2010 Posts: 33 Points: 99 Location: Richardson, Tx
|
Hey guys,
My client is concerned that users will be more inclined to use the back button feature on their phones than the on screen navigation. This presents an issue, since the browser history is far from complete. Typically a single click of back will work, but beyond that, the site behaves like the user just refreshed to the home page.
Is there a way to improve the experience or even turn off the JSON style of page refresh and go to a more traditional post back style?
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 279 Points: 408 Location: VA
|
Hi,
On any click action, you can set ForcePostback = true. This will post the click causing a page refresh instead of doing an Ajax request. This request looks exactly like an Ajax request in QueryList, so you shouldn't have to make any other modifications.
-joe
|