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

Morgan Kelsey morgan at morgankelsey.com
Thu Sep 30 13:06:21 CDT 2004


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

Looks like you're missing a closing quote there...

<asp:button text="Ok" runat="server/>
should be:
<asp:button text="Ok" runat="server"/>

nagrom
http://www.morgankelsey.com



More information about the thelist mailing list