Text only
|
Text with Images
Developers Heaven Forum
Desktop Programming => .NET Programming => ASP.NET => Topic started by: admin on July 06, 2008, 10:14:51 AM
Title:
retrieve the page url in c# code Asp.net
Post by:
admin
on
July 06, 2008, 10:14:51 AM
usually we use "~" in the aspx code but,
How can we retrieve the page url in c# code?
The answer is:
Request.Url.AbsoluteUri
Have fun :)
Text only
|
Text with Images