Page Language = 'VB' <%@ Page Language="VB" %> <script runat="server"> sub Page_Load(obj as object, e as eventargs) lblMessage.Text = "Welcome to ASP.NET!" end sub </script> <html> <body> <asp:Label id="lblMessage" runat="server"/> </body> </html>