xxxxxxxxxx
<asp:TextBox ID="TextBox1" runat="server" TextMode = "MultiLine" style = "resize:none"></asp:TextBox>
xxxxxxxxxx
textarea { /* for all text* area elements */
resize: none;
}
#foo { /* for particular id */
resize: none;
}