Features


Monday, September 1, 2008

How to find what is the current page C#

How to get the Url page you are currently browsing. On the page load you can put one line there as like this.

string url = Page.Request.Path;

Now you can get the url page. hope this help.

No comments: