1
Answer

response.redirect is not working

 hi guys please help me on my code. response redirect is not working. please see attached snippet.
Thanks.

Attachment: test.zip

Answers (1)

0
Photo of Khargesh Rajput
NA 7.4k 285.2k 10y
write
Response.Redirect("WebForm2.aspx");

instead of 

Response.Redirect("/WebForm2.aspx");