id="lblComments"
Text="Comments:"
AssociatedControlID="txtComments"
Runat="server" />
id="txtComments"
TextMode="MultiLine"
Columns="30"
Rows="5"
Runat="server" />
id="valComments"
ControlToValidate="txtComments"
Text="(Comments must be less than 10 characters)"
OnServerValidate="valComments_ServerValidate"
Runat="server" />
id="btnSubmit"
Text="Submit"
Runat="server" />