Hello
I have an ASP.NET 2005 web application that I'd like to be able to determine it's full url from within code.
Here's an example:
My URL for this sample web site is: https://sapps.cincinnatistate.edu/apply
I would like to be able to gather that URL from within an ASPX or a VB file within my web application.
Any help would be greatly appreciated.
Hi Frankie,
Is there any problem with using "~/thePageYouWantToReferTo.aspx"?
For example:
Response.Redirect("~/myOtherPage.aspx")