what page it is?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

in base base class of a codebehind, how can I tell what page it is?
I'd like to know what page it is, so that I can redirect to a particular
page, get some information from the user, and then return to the page that
user was on.
 
Didn't get an answer to I kept hunting, and solved it this way.

Dim CurrentPage As String =
System.Web.HttpContext.Current.Request.Url.AbsolutePath.ToString()
 
HockeyFan,
Didn't get an answer to I kept hunting, and solved it this way.
Probably because your question looks strange it sounds for me as.

When I am talking with somebody, how do I know than who I am.

Cor
 
Back
Top