drupal stats

Multiline in Label ASP.NET

June 19th, 2011 Label 1 Comment


You want to display a text label with multiple lines. Please see the example below:

MultilineinLabel thumb Multiline in Label ASP.NET

Label1.Text = "The <br /> text <br /> has <br /> multiple <br /> lines";

If you want to display the text in the Multiline TextBox Control:

MultilineLabel thumb Multiline in Label ASP.NET

Label1.Text = TextBox1.Text.Replace(Environment.NewLine, "<br />");

 

zip Multiline in Label ASP.NET DOWNLOAD [3 Kb .zip]

Tags: asp net label multiline, asp label multiline, asp net multiline label, multiline label asp net, multiline label in asp net, label multiline asp net, asp:label multiline, asp net lable multiline, multi line label asp net, asp net label multiline text

Related posts:

  1. Export GridView to Excel in ASP.NET
  2. Open a PopUp Window in ASP.NET

1 Comment

  1. [...] Label Value using Javascript Change Label Color using Javascript Set Label Color (ForeColor) Multiline in Label ASP.NET Get TextBox value using JavaScript Set TextBox value using JavaScript Select all text in TextBox [...]