I have opend a .html file to which i have passed a Quey string.
How can i display the values passed in the query string in the html page.
For eg:
i have the following page:
I have a day_of_the_month.htm file where i would like to display the value of lname and fname.
i try the code
Last Name:<%Request.QueryString("lname"%><br>
but i see nothing
Apprecite the help
Thanks,
Preetham.
How can i display the values passed in the query string in the html page.
For eg:
i have the following page:
I have a day_of_the_month.htm file where i would like to display the value of lname and fname.
i try the code
Last Name:<%Request.QueryString("lname"%><br>
but i see nothing
Apprecite the help
Thanks,
Preetham.