can any body solve this problem..the code is right or wrong..it is giving me an error
-----------------------------------------------------------------------
<HTML>
<script language="
vb" runat="server">
sub Onclick(Sender As Object, E As EventArgs)
dim abc as string
abc="Hello Your Name is " & text1.text &
end sub
</script>
<body bgColor="#ffccff" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<P>
<asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 110px; POSITION: absolute; TOP: 258px" runat="server" Width="47px" Height="24px" Font-Bold="True">Password</asp:Label>
<asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 119px; POSITION: absolute; TOP: 204px" runat="server" Width="47px" Height="24px" Font-Bold="True">Name</asp:Label>
<asp:TextBox id="TextBox2" runat="server"></asp:TextBox>
<asp:TextBox id="TextBox1" runat="server" TextMode="Password" style="Z-INDEX: 101; LEFT: 192px; POSITION: absolute; TOP: 257px"></asp:TextBox></P>
<asp:Button id="Button1" runat="server" Text="Submmit" OnClick="Onclick" style="Z-INDEX: 104; LEFT: 227px; POSITION: absolute; TOP: 309px"></asp:Button>
</form>
</body>
</HTML>