![]() |
Sergey Kornilov admin 9/5/2005 |
Hi, |
|
501241 9/5/2005 |
How you assign each option to each field??????????? |
![]() |
Sergey Kornilov admin 9/5/2005 |
You need to modify search.asp page the following way. Find the following code section for each field: call WriteSearchOptions(GetEditFormat("FieldName"), Session("SearchOption_" & strTableName & "_FieldName"))
Response.Write "<input type=hidden ID=""SearchOption"" NAME=""SearchOption"" value=""Equals"">"
Response.Write "<input type=hidden ID=""SearchOption"" NAME=""SearchOption"" value=""Contains"">"
|
|
501242 9/6/2005 |
Thanks...........that's great. |