Rank: Member
Joined: 5/21/2007(UTC) Posts: 11
|
I have a search field in the template of my website, and was wondering if there was an easy way to configure it so that it goes to the /search.aspx page with the proper keywords intack as if it had originated from that page. You can view my project at the following URL: http://storedev.nofear.com I really appreciate any help that I can get. Thank You, -G
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Just redirect to the search.aspx page with a parameter called "keyword". So, something like this...
Response.Redirect("~/Search.aspx?keyword=" & HttpUtility.UrlEncode(searchTerms)) |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.