Hi,
Is there a way to add the infomation in a url querystring/link to hidden form fields
and submit that form when the user clicks on the link?
Basically I have some paging links generated from a search page which hold a lot of search data and other variables. I need to send this data using the post method as its too much to be sent via the get method employed using a query string.
Any other technique to acheive the above would be appreciated as well. I've considered holding the data in session variables but if these could time out before the user has browsed through all their search results!
Is there a way to add the infomation in a url querystring/link to hidden form fields
and submit that form when the user clicks on the link?
Basically I have some paging links generated from a search page which hold a lot of search data and other variables. I need to send this data using the post method as its too much to be sent via the get method employed using a query string.
Any other technique to acheive the above would be appreciated as well. I've considered holding the data in session variables but if these could time out before the user has browsed through all their search results!
Comment