2 messaggi dal 15 aprile 2002
ok ho appena iniziato a lavorare su asp.net ed arrivano le prime difficoltà.. potete aiutarmi please???

Messaggio di errore

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The server tag is not well formed.

Source Error:


Line 7: <html>
Line 8: <body>
Line 9: <asp:Label id:"lblMessage" runat="server"/> ---rigasegnalata
Line 10: </body>
Line 11: </html>

COMPILAZIONE:

<%@ Page Language="VB" %>
<script runat="server">
Sub tbMessage_Change(Sender As Object, E As EventArgs)
lblMessage.Text = "Hello " + tbMessage.Text
End Sub
</script>
<html>
<body>
<font size="5">Hi all!!!
</font><hr><p>
<% Response.Write("Enter convalidation form<p>") %>
<form runat="server">
Please enter your name:
<asp:textbox id="tbMessage_Change"
runat=server/>
<asp=button id="btSubmit" Text="Submit"
runat=server/><p>
<asp:label id="lblMessage" font-size="20pt"
runat=server/>
</form>
<body><html>



221 messaggi dal 03 novembre 2001
Le proprietà dei controlli si assegnano con l'operatore =, non :, quindi:

<asp:Label id="lblMessage" runat="server"/>

- Marco Bellinaso

<font size=1>
<b>+ Sito web:</b> VB-2-The-Max
<b>+ I miei libri per Wrox Press:</b>
- ASP.NET Website Programming
- Fast Track to ASP.NET Programming
- Beginning C#
</font id=size1>
2 messaggi dal 15 aprile 2002
grazie mille, ora funziona!!!!

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.