Thursday, March 22, 2012

TextArea Length ??

Hi
I am using Textarea type.I want to set maximum length to the textarea.
I am using following code for the same,but it is not working,
<textarea name="txtDescription" cols=10 rows=3 axlength=50></textarea>
<asp:TextBox Font-Names="verdana" Runat="server" ID="tforumtext"
TextMode="MultiLine" Height="100" Width="300" Font-Size="10"
MaxLength="100">
</asp:TextBox>
But it is not working,it
Help me in the same
Samir (S.E INDIA).Maxlength property is not supported for textarea control. For workaround,
check out this faq
http://www.extremeexperts.com/Net/t...ineTextBox.aspx
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Samir Patel" <sneelm@.yahoo.co.in> wrote in message
news:uParhhszEHA.2624@.TK2MSFTNGP11.phx.gbl...
> Hi
> I am using Textarea type.I want to set maximum length to the textarea.
> I am using following code for the same,but it is not working,
> <textarea name="txtDescription" cols=10 rows=3 axlength=50></textarea>
> <asp:TextBox Font-Names="verdana" Runat="server" ID="tforumtext"
> TextMode="MultiLine" Height="100" Width="300" Font-Size="10"
> MaxLength="100">
> </asp:TextBox>
> But it is not working,it
> Help me in the same
> Samir (S.E INDIA).
>

0 comments:

Post a Comment