ITking2009
Programmer
Here's what i am trying to do. I need to create a page which has 6-7 text boxes for various search criteria and user can enter either one or more than one search criteria. The same page displays the results of the search (orders) with hyperlink to details page for each ordernumber.
I am able to achieve this by posting the data to the same page with hyperlink in the grip for order coulumn and passing the order number in querysstring.
now what i am having trouble with is that the user has to have a button or link to come back to the same search page with data in the text boxes and search results.
i tried implementing it using javascript history.back()
so i was wondering if someone can suggest a different approach?
Thanks.
I am able to achieve this by posting the data to the same page with hyperlink in the grip for order coulumn and passing the order number in querysstring.
now what i am having trouble with is that the user has to have a button or link to come back to the same search page with data in the text boxes and search results.
i tried implementing it using javascript history.back()
so i was wondering if someone can suggest a different approach?
Thanks.