Can't see the form elements

D

david

Hi,
i an a ASP developer with 3 years expereince. I have started to learn
ASP.NET. I was just testing the water with the code bellow:

<%@ Page Language="C#" %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%
Response.Write("Hello World!");

%>
hhh
<form name="form1" method="post" action="" runat="server" >
<asp:textbox ID="Name" runat="server" TextMode="SingleLine" />
<asp:button ID="submit1" runat="server" Text="Search" BorderStyle="Dashed"
/>
</form>
</body>
</html>

When i view this in my browser the textbox is not displayed. How do i sort
this problem?

Thanks for any help received

david
 

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,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top