Saturday, July 2, 2011

How to disable Text Area resizing

Error: Multiline Textbox resizable in Firefox and Chrome

<asp:TextBox ID="TextBox1" style="Resize:none;" TextMode="MultiLine" runat="server">
</asp:TextBox>

Using the above Style you can restrict Multiline Textbox from resizing.

4 comments:

  1. Its nice code and i have also apply this code in my project.Thank you so much....

    ReplyDelete
  2. Great Tip Raj.Thanks.

    Regards,
    Ravi

    ReplyDelete

Note: Only a member of this blog may post a comment.