I am new to using ASP.Net.
What I am trying to do is take a search parameter and hard code it into a hyperlink, this way the end user will not have to search.
I am searching Column name 'Subject' equals a string value.
I believe these are the variables and values being used:
ddlSearchFieldSubject
ddlSearchOperationEquals
txtSearchValueBuisness
btnSearchSearch
How do I code this into a hyperlink?
ASP.net version 1.1.4322
VB Script
Thanks,
Bobby