|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to pass multiple parameters with Redirect method?
<i><b>Originally posted by : Mahendra (mahendra@prontomail.com)</b></i><br />Can anybody advice on the following:<br /><br />How to pass multiple parameters with Redirect method?<br /><br />Take a look at following example which is not working as expected..<br /><br />Response.Redirect "ReqLogin.asp?ErrText=Invalid+Password.&UserName=" & Request.Form("txtUserName") & "&RequestID=" & Request("txtRequestID") <br /><br />While the following example works fine:<br /><br />Response.Redirect "ReqLogin.asp?ErrText=Invalid+Password.&UserName=" & Request.Form("txtUserName") <br /><br />Please reply asap.<br /><br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Mahendra (mahendra@prontomail.com)</b></i><br />It works. There was syntax error in my code.<br /><br />Thanks<br /><br />------------<br />Mahendra at 3/24/2000 8:51:00 AM<br /><br />Can anybody advice on the following:<br /><br />How to pass multiple parameters with Redirect method?<br /><br />Take a look at following example which is not working as expected..<br /><br />Response.Redirect "ReqLogin.asp?ErrText=Invalid+Password.&UserName=" & Request.Form("txtUserName") & "&RequestID=" & Request("txtRequestID") <br /><br />While the following example works fine:<br /><br />Response.Redirect "ReqLogin.asp?ErrText=Invalid+Password.&UserName=" & Request.Form("txtUserName") <br /><br />Please reply asap.<br /><br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > How to pass multiple parameters with Redirect method? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|