Protected Sub btnBrowser_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnBrowser.Click
'Gets the maximum length in characters for the href attribute of an HTML <a> (anchor) element.
Label1.Text = ""
Label1.Text &= "Maximum length in characters for the href attribute of an HTML <a> (anchor) element is :" & Request.Browser.MaximumHrefLength
End Sub