您的位置:首页 > 编程语言 > ASP

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

2016-03-21 10:47 621 查看
在<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 only
one UpdatePanel on the page. If there are mo...
(Miron)
在VB中可以用DateDiff函数。在C#中要用到TimeSpan数据类型。 private void
button1_Click(object sender, EventArgs e)... (驽马十驾,功在不舍。)
(火无极)

引文来源  [ASP.NET]
实现Label自动换行 - Angelo Dell'inferno - 博客园
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: