S
Sparky Arbuckle
I want to transfer to a search page from my default page to
SearchResults.aspx and I want to pass a variable named strSearch.
So far I have:
Dim strSearch as string
strSearch = tbSearch.text
Server.Transfer("SearchBrowse.aspx?strSearch=" & strSearch ")
It is throwing this error:
Compiler Error Message: BC30648: String constants must end with a
double quote
I do not understand. Help anyone?
SearchResults.aspx and I want to pass a variable named strSearch.
So far I have:
Dim strSearch as string
strSearch = tbSearch.text
Server.Transfer("SearchBrowse.aspx?strSearch=" & strSearch ")
It is throwing this error:
Compiler Error Message: BC30648: String constants must end with a
double quote
I do not understand. Help anyone?