I IntraRELY Jul 30, 2003 #1 How do I get the name of the current .aspx page using vb.net in asp.net? TIA, Steve Wofford www.IntraRELY.com
How do I get the name of the current .aspx page using vb.net in asp.net? TIA, Steve Wofford www.IntraRELY.com
N niceguy Jul 31, 2003 #2 From the top of my head: System.IO.Path.GetFileName(System.Web.HttpContext.Current.Request.Url.Absolu tePath) But maybe there is a shorter way ? Hope it helps...
From the top of my head: System.IO.Path.GetFileName(System.Web.HttpContext.Current.Request.Url.Absolu tePath) But maybe there is a shorter way ? Hope it helps...