Ciao a tutti
Scusate sono nuovo dell'ASP.NET
questa pagina mi dà il seg. errore:
Riga 3 "previsto ';' "
come mai??

codice:
<%@ Page Language="VB" %>
<script runat="server">

    sub page_load(obj as object, E as eventargs)
        lblM.text = "welcome"
    end sub

</script>
<html>
<head>
</head>
<body>
    <form runat="server">
        <asp:Label id="lblM" runat="server"></asp:Label>
    </form>
</body>
</html