How to disable multiline input being dynamically resized by user?
textarea {
resize: none;
}
AND :-
<asp:TextBox ID="txtDescription" runat="server" TextMode="MultiLine"
Width="450px" Height="70px" style="resize: none;"></asp:TextBox>
No comments:
Post a Comment
Thanks for comments.