I do have a form where I need to pass some asp values.
The code is as follows:
form name="form1" method="post" action="main_2_Name.asp?Valdaty= <%= request.QueryString(Valdaty) %>
If I replace the ..request.Querystring.... by a value, the code work. If I leave the code as showned I get the following error:
Request object error 'ASP 0102 : 80004005'
Expecting string input
/product/Main.asp, line 256
The function expects a string as input.
Can I use the 'request.Querystring... ' in the code or do I need to use some hidden values.
Thanks for any help.
Louis
The code is as follows:
form name="form1" method="post" action="main_2_Name.asp?Valdaty= <%= request.QueryString(Valdaty) %>
If I replace the ..request.Querystring.... by a value, the code work. If I leave the code as showned I get the following error:
Request object error 'ASP 0102 : 80004005'
Expecting string input
/product/Main.asp, line 256
The function expects a string as input.
Can I use the 'request.Querystring... ' in the code or do I need to use some hidden values.
Thanks for any help.
Louis