Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have a page index.aspx which contains a user control, the user control is a search module and has drop downs for the search criteria, it also has a search button.

 

When the button is pressed it calls reponse.redirect to a search results page. Is there anyway I can preserve the values of the dropdowns on the user control between different pages?

 

Thanks

Posted

When you redirect you could just add ?Criteria=blabla, and then just read the variable on the other end?

 

I have a page index.aspx which contains a user control, the user control is a search module and has drop downs for the search criteria, it also has a search button.

 

When the button is pressed it calls reponse.redirect to a search results page. Is there anyway I can preserve the values of the dropdowns on the user control between different pages?

 

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...