[thelist] ASP.Net - Web Forms & Server Controls

Casey Crookston casey at thecrookstons.com
Thu Sep 30 12:29:20 CDT 2004


Again, I'm making the switch from ASP to ASP.Net.  This is new to me...

<form runat="server">
How old are you?<br>
<asp:textbox id="Age" runat="server/>
<asp:button text="Ok" runat="server/>
</form>

Returns this:

How old are you?
<asp:textbox id="Age" runat="server/> <asp:button text="Ok" runat="server/>


So, I'm guessing that my IIS is not processing server controls?  What do I
need to do?

THANK YOU!




More information about the thelist mailing list