G
Guest
Hello
I am trying to implement 'Search' (Basic Keyword search) functonality on a site. Home page has a search text box and a 'GO' button. When users will type in a keyword and presses 'GO', URL has to be refreshed with the 'Search Page' URL [So I am eliminating Server.Transfer] and results must be displayed. My customer does not like search terms to be passed through the URL [So passing data through QueryString is eliminated]. Is there anyway that I can accomplish this without the use of Session variables
Appreciate your help
Thanks - Brian
I am trying to implement 'Search' (Basic Keyword search) functonality on a site. Home page has a search text box and a 'GO' button. When users will type in a keyword and presses 'GO', URL has to be refreshed with the 'Search Page' URL [So I am eliminating Server.Transfer] and results must be displayed. My customer does not like search terms to be passed through the URL [So passing data through QueryString is eliminated]. Is there anyway that I can accomplish this without the use of Session variables
Appreciate your help
Thanks - Brian