ASP.Net code not working in Windows Xp Professional

Joined
Jun 14, 2008
Messages
1
Reaction score
0
I have Windows XP Professional, IIS,.NET Framework Installed but ASP.NET Code is not Working.
The code is :
**********************************************************
<html>
<head>
<script language="vb" runat=server>

private sub wish(sender as Object, e as System.EventArgs)


lb1.Text="Hello Mr. "+t1.Text

end sub

</script>
</head>
<body>
<form runat=server>
<table align=center border=2>
<tr><td colspan=2>ACTIVE SERVER PAGES</tr>
<tr><td>Enter Your Name<td><asp:textbox id=t1 runat=server/></tr>
<tr><td colspan=2 align=center><asp:Button text="Click Here" runat=server onclick="wish"/></tr>
<tr><td colspan=2 align=center><asp:label id=lb1 runat=server/></tr>
</table>
</form>
</body>
</html>
**********************************************************
The result of the code is attached here
attachment.php

Help me Plz!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 

Attachments

  • ASP page.JPG
    ASP page.JPG
    31.6 KB · Views: 224

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top