Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I get the page address dynamically?

Status
Not open for further replies.

SCantoria

Programmer
Joined
Sep 23, 2005
Messages
100
Location
US
I have a ticketing application. when a ticket is created I am sending a notification email to the ticket recipient and I want to place the ticket url.

if the address is:


How do I get this address?

Thanks,

Steve
 
Found what I needed.

Request.Url

or

Request.UrlReferrer

Thanks,

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top