warmItentee
New Member
Hi and thanks<BR>I have a multiline textbox, and a Requiredfield validator set up, which works ok except when you use the enter key ( return) when entering text to the textbox, the validation control throws a wobbler and says its empty. Is there a way around this?<BR><asp:TextBox EnableViewState="False" ID="message" Runat="server" Columns="50" TextMode="MultiLine" Rows="6" MaxLength="1000" /><BR> <asp:RequiredFieldValidator ID="valmessage" ControlToValidate="message" Display="Dynamic" Runat="server" ErrorMessage="Please enter a message" /><BR><BR>I'm using VS7 and codebhind. All the other validators work ok.<BR>Thanks<BR>Zeg<BR>