|
-
Dec 9th, 2004, 11:38 AM
#1
Thread Starter
Fanatic Member
viewstate
Hi,
from a search.aspx I get redirected to edit.aspx
I would like to be able to go back to the search.aspx and when i do I would like to see the values in the search as they were before I was redirected to edit.aspx
How can I do this please?
The controls in search.aspx have enableviewstate property set to true but when I click on the back button from edit.aspx then the previous search values are not there.
Thanks
-
Dec 9th, 2004, 12:11 PM
#2
Addicted Member
Re: viewstate
try adding ViewState="true" to your page directive.
Also, make sure you are not using response.cachecontrol="no-cache"
-
Dec 9th, 2004, 01:32 PM
#3
Thread Starter
Fanatic Member
Re: viewstate
where do I add this please?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|