CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2006
    Posts
    392

    [VS2005]WordWrap in Label

    Dear All,
    How to Wrap the contents of the Labelbox to Wrap to its width
    Last edited by danasegarane; January 29th, 2007 at 09:41 AM.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: WordWrap in Label

    http://msdn2.microsoft.com/en-us/lib...c9(VS.71).aspx

    Please specify which version of .NET you are using, next time

  3. #3
    Join Date
    Jul 2014
    Posts
    1

    Re: WordWrap in Label

    <asp:Label ID="Label1" Width="313px" Style="word-break: break-all;" runat="server" Text=""></asp:Label>
    http://error.txtwheel.com/how-to-wra...xt-in-asp-net/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured