且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

删除多行文本框边框

更新时间:2023-02-19 16:24:20

尝试



style =border:none的文本框



希望这有帮助...
Try

style="border:none" for the textbox

Hope this helps...


您好b $ b

试试这个..





Hi
Try this..


<asp:TextBox ID="txt" BorderWidth="0" Style="overflow: auto" TextMode="MultiLine"

       runat="server" Height="139px" Width="226px"></asp:TextBox>






请看以下链接。



http://www.aspsnippets.com/Articles/Disable-resize-for-ASPNet-Multiline-TextBox.aspx [ ^ ] b $ b

http://forums.asp.net/t/1545995 .aspx [ ^ ]