This topic is locked
[SOLVED]

 Save Advanced Search parameters

3/28/2011 1:28:20 AM
ASPRunnerPro General questions
W
Wheelers_Hill author

Whenever a user used advanced search ASP Runner would allow them to save this search for future use.

ASP Runner would save the search parameters under the name entered by the user.

When the user went into advanced search again ASP Runner would list any saved searches.

The user would click a saved search from the list

Clicking the saved search would execute the search function as normal

Sergey Kornilov admin 3/28/2011

I recommend to check this example where we extract search parameters:

http://xlinesoft.com/asprunnerpro/docs/print_search_parameters_on_list_page.htm
Instead of printing those parameters on the page you can save them in the database along with logged user name (Session("UserID")).

W
Wheelers_Hill author 4/4/2011

Thanks for the help, we will try this.
Rewgards



I recommend to check this example where we extract search parameters:

http://xlinesoft.com/asprunnerpro/docs/print_search_parameters_on_list_page.htm
Instead of printing those parameters on the page you can save them in the database along with logged user name (Session("UserID")).