Hi,
I have a scenario where i have to display No. characters entered in a multi line text box on a text box.I have done the following code.
Its not working for Rad Textbox. but the same is working for aspText box. How do i fix this issue. Pls guide me.
Jidesh
I have a scenario where i have to display No. characters entered in a multi line text box on a text box.I have done the following code.
<telerik:RadTextBox ID="txt_Comment" runat="server" TextMode="MultiLine" Width="50%" Height="50px" onKeyUp="txt_CharacterCount.value=this.value.length" MaxLength="255"> </telerik:RadTextBox> <telerik:RadTextBox ID="txt_CharacterCount" ClientIDMode="Static" runat="server" ReadOnly="true" Width="40px"> </telerik:RadTextBox>Its not working for Rad Textbox. but the same is working for aspText box. How do i fix this issue. Pls guide me.
Jidesh