Visualizzazione dei risultati da 1 a 2 su 2

Discussione: previsto ';'

  1. #1
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    156

    previsto ';'

    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

  2. #2
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    156
    scusate non ho scaricato l'sdk...

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.