Hi Guys ,
I am having an asp file ("createquery.asp"
which is only used to append a session variable to create the where part of a query . I want to use this asp file as a general one for all the search forms we use in our project . So I need to pass some parameters like "FieldName" , "Type" and "Value" .
When I tried to pass the above parameters to the createquery.asp file in the Server.Execute() method it gives error .
In the microsoft site they confirm that we can't pass parameters to this file used in the method.
Is there any way we can pass the values as parameter to the asp file ?
Thanks
Jerish
dess-ltd@eth.net
I am having an asp file ("createquery.asp"
When I tried to pass the above parameters to the createquery.asp file in the Server.Execute() method it gives error .
In the microsoft site they confirm that we can't pass parameters to this file used in the method.
Is there any way we can pass the values as parameter to the asp file ?
Thanks
Jerish
dess-ltd@eth.net