C
Chip Pearson
This is probably an extremely simple question. How do I get a page's own
URL? In the footer section of my Master page, I want a Label control that
will be updated with the page's own URL. Something like:
Protected Sub Page_Load(ByVal sender As Object, _
ByVal e As System.EventArgs) Handles Me.Load
Me.Label1.Text = "This Page: " & "get current URL?"
End Sub
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting LLC
www.cpearson.com
(email on the web site)
URL? In the footer section of my Master page, I want a Label control that
will be updated with the page's own URL. Something like:
Protected Sub Page_Load(ByVal sender As Object, _
ByVal e As System.EventArgs) Handles Me.Load
Me.Label1.Text = "This Page: " & "get current URL?"
End Sub
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting LLC
www.cpearson.com
(email on the web site)