Software Bugs and Solutions
Home
Wednesday, 18 April 2012
disable resizing a multi line text box
<
style
type
="text/css">
textarea
{
resize
:
none
;}
</
style
>
Or
<
asp
:
TextBox
ID
="TextBox1"
runat
="server"
TextMode
="MultiLine"
style
="resize:none;"
></
asp
:
TextBox
>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment