Response.Redirect(String.Format("Main.aspx? page=ProjectDetails"));
Isn't that should be:
Response.Redirect(String.Format("Main.aspx? page=Page_MyProjectsDetails"));
???
Log in to post a comment.