Protected Sub btnBrowser_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnBrowser.Click 'Gets the name of the Platform (operating system) that the client uses. Response.Write(Request.Browser.Platform) End Sub
Login to post response