syntax error, got token `IDENTIFIER' Prova.aspx.vb(2,7) error BC29999: Parsing error Compilation failed: 1 Error(s), 0 warnings---------------Prova.aspx.vb---------------------------------------- Partial Class _Default Inherits System.Web.UI.Page Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Label1.Visible = True Label1.Text = "Hai cliccato il bottone" End Sub End Class ------------------------------------------------------------------- Why? How I can compile this file?
Partial classes are a VB.NET 2.0 feature not yet implemented by mbas. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
