M
mainemediagroup
Guest
is there an way to set default field values in ASP? For example
<asp:TextBox ID="txtCity" runat="Server" CssClass="inputBox" />
WTF do I make this use a default value hard coded in, all fields hidden but the submit button?
<asp:TextBox ID="txtCity" runat="Server" CssClass="inputBox" />
WTF do I make this use a default value hard coded in, all fields hidden but the submit button?