2
Answers

How to redirect to Project 2 Page from Project 1 Page

Rameez Javed

Rameez Javed

5y
672
1
How can i redirect to Project 2 page.aspx from Project 1 Login.aspx page... I'm using this way but not yet found the way to get the required result.
 Response.Redirect("~/Project2Name/Default.aspx");
Answers (2)