how to post variable on response.redirect?????
Hi,
i would like to know a way to pass dynamic variable(whose value is not known untill the execution ) by response.redirect method.
my code is like:
<%
dim rePid
rePid=Request.QueryString("pid")
Response.Redirect("next_page.asp?spid=rePid")
%>
Please its urgent....Any suggestion would be highly appreciated.
Sweta:)
|