dc

dc

  • NA
  • 663
  • 0

redirect question

Aug 9 2012 10:16 AM
In a C# 2010 web application that I need to make changes to, there is code that says Page.Response.Redirect("test.aspx"). What does that mean versus Response.Redirect("test.aspx").

Is the part called "page' part of the command? The aspx pages I am using are also in a folder called 'page'.

Thus can you tell me what the 'page' is referring to in the statemnet above?

Answers (1)