Hello,
I have a search page (in ASP.NET - codebehind in vb.net) with a text and combo box. User can pick the search criteia and enter search text in the text box and click on search button.
What's happening is once the user click on the search button, the system performs the search and shows the result in the datagrid on the same page. But all the search criteria gets reset.
Does any body know how to maintain the search text and selection information user has entered?
I have made sure that the enableviewstate on all the controls on the form is set to true. I have code check for ispostback. (If Not Page.IsPostBack Then..perform stuff)
If you need any more information, i would be glad to furnish it.
Thanks a lot for your help.
Thanks,
MB
I have a search page (in ASP.NET - codebehind in vb.net) with a text and combo box. User can pick the search criteia and enter search text in the text box and click on search button.
What's happening is once the user click on the search button, the system performs the search and shows the result in the datagrid on the same page. But all the search criteria gets reset.
Does any body know how to maintain the search text and selection information user has entered?
I have made sure that the enableviewstate on all the controls on the form is set to true. I have code check for ispostback. (If Not Page.IsPostBack Then..perform stuff)
If you need any more information, i would be glad to furnish it.
Thanks a lot for your help.
Thanks,
MB