how to fix height and width of the textbox which is in multiline mode in runtime. So that nobody can change its height and width in runtime??
Printable View
how to fix height and width of the textbox which is in multiline mode in runtime. So that nobody can change its height and width in runtime??
Try to use css style "resize:none" on this element.