Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Line wrapping with WebForm Label

Reply
Thread Tools

Line wrapping with WebForm Label

 
 
=?Utf-8?B?bWc=?=
Guest
Posts: n/a
 
      01-19-2004
I set the width of a WebForm Label but do not get line wrapping (see below). What can I do to get line wrapping

WebForm1.asp

<asp:Labe
id="Label1"
style="Z-INDEX: 101; LEFT: 40px; POSITION: absolute; TOP: 48px
runat="server" Width="150px" Height="64px"></asp:Label


WebForm1.aspx.c

Label1.Text = "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMM"


 
Reply With Quote
 
 
 
 
=?Utf-8?B?QmFycnkgRm9ycmVzdA==?=
Guest
Posts: n/a
 
      01-19-2004

Without a space, the label text won't wrap. You may need to resort to a subtstring in order insert a space that the control is able to use for wrapping

----- mg wrote: ----

I set the width of a WebForm Label but do not get line wrapping (see below). What can I do to get line wrapping

WebForm1.asp

<asp:Labe
id="Label1"
style="Z-INDEX: 101; LEFT: 40px; POSITION: absolute; TOP: 48px
runat="server" Width="150px" Height="64px"></asp:Label



WebForm1.aspx.c

Label1.Text = "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMM"


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
label wrapping rodchar ASP .Net 2 12-03-2007 03:23 PM
asp:label not wrapping KJ ASP .Net Web Controls 1 06-24-2004 09:11 PM
Line wrap - WebForm Label =?Utf-8?B?bWc=?= ASP .Net 3 01-19-2004 03:28 PM
ASP.NET label control not wrapping text in non-IE browsers Mike Casey ASP .Net 7 12-19-2003 04:56 PM
Including WebForm Image Control in a Webform Table Control titof ASP .Net 0 07-24-2003 01:01 PM



Advertisments