[ASP.NET] 实现Label自动换行 - An…

来源:互联网 发布:怎么发淘宝链接 编辑:程序博客网 时间:2024/05/24 02:04
在<Label></Lable>标签外侧添加<pre></pre>:
<PRE><asp:Label id="lblDescription" runat="server" Width="420px"></asp:Label></PRE>

在Page_Load中添加:
this.lblDescription.Style.Add("word-break", "break-all");
Hey, Thats nice post, but it will work if there is onlyone UpdatePanel on the page. If there are mo...(Miron)
在VB中可以用DateDiff函数。在C#中要用到TimeSpan数据类型。 private voidbutton1_Click(object sender, EventArgs e)... (驽马十驾,功在不舍。)
(火无极)



引文来源  [ASP.NET]实现Label自动换行 - Angelo Dell'inferno - 博客园
0 0
原创粉丝点击