zao420
05-08-2005, 12:47 AM
Hi everyone
I just started to convert my site from asp, to asp.net and one of the main thigs i noticed was when you use <asp:textbox id="txtName runat="server"> it will add name="txtName". is there a way to use this without it add the name attribute.
it seams all of the <asp:xx> controlls add the name tag, i need to beable to override this so i can have my site xhtml complient for stict.
thanks for any help with this.
I just started to convert my site from asp, to asp.net and one of the main thigs i noticed was when you use <asp:textbox id="txtName runat="server"> it will add name="txtName". is there a way to use this without it add the name attribute.
it seams all of the <asp:xx> controlls add the name tag, i need to beable to override this so i can have my site xhtml complient for stict.
thanks for any help with this.