Click here to Skip to main content
15,896,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have:

<asp:TextBox ID="txtRemarks" runat="server" Height="165px" Width="325px" MaxLength="250" Rows="5" TabIndex="15" Wrap="True" TextMode="MultiLine"  />
<ajaxToolkit:FilteredTextBoxExtender ID="ftbetxtRemarks"  runat="server" TargetControlID="txtRemarks" FilterType="Custom, LowercaseLetters, UppercaseLetters, Numbers" FilterMode="ValidChars" ValidChars=" -,." />


I would like the user to be able to press enter (return) and the cursor in the textbox go to another line. The filter is preventing this. Is there a better way to do this, or is this not possible?
Posted
Updated 28-Jul-11 5:12am
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900