Welcome aboard! We are happy you are here and wish you good net-raft!
<%@ Page Language="VB" %>
<!-- code section -->
<script runat="server">
Sub request_brw(ByVal sender As Object, ByVal e As EventArgs)
Dim wc as New System.Net.WebClient
Dim myip as String = wc.DownloadString("https://l2.io/ip")
Response.Write(myip)
End Sub
</script>
<html>
<head>
</head>
<body>
<form runat="server">
<input runat="server" id="button1" type="submit" value="click" OnServerClick="request_brw"/>
</form>
</body>
</html>
The most helpful VB.NET solutions