Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Insert a line break in a label control (http://www.velocityreviews.com/forums/t107252-insert-a-line-break-in-a-label-control.html)

=?Utf-8?B?TWFyZHk=?= 07-30-2005 02:58 AM

Insert a line break in a label control
 
Hello

In my asp.net application,
I'm trying to write a multi-line message to a label server control after a
db insert. I'd like to force a line break at a particular point but I can't
seem to find the magic words.

Please help

Steve C. Orr [MVP, MCSD] 07-30-2005 04:13 AM

Re: Insert a line break in a label control
 
The magic HTML you seek is "<br>"

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"Mardy" <Mardy@discussions.microsoft.com> wrote in message
news:4A0466C7-6943-4235-B5D2-2D7AB8CC7D02@microsoft.com...
> Hello
>
> In my asp.net application,
> I'm trying to write a multi-line message to a label server control after a
> db insert. I'd like to force a line break at a particular point but I
> can't
> seem to find the magic words.
>
> Please help




=?Utf-8?B?TWFyZHk=?= 07-30-2005 12:07 PM

Re: Insert a line break in a label control
 
Steve

HTML?? That's too easy. Thanks.

"Steve C. Orr [MVP, MCSD]" wrote:

> The magic HTML you seek is "<br>"
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "Mardy" <Mardy@discussions.microsoft.com> wrote in message
> news:4A0466C7-6943-4235-B5D2-2D7AB8CC7D02@microsoft.com...
> > Hello
> >
> > In my asp.net application,
> > I'm trying to write a multi-line message to a label server control after a
> > db insert. I'd like to force a line break at a particular point but I
> > can't
> > seem to find the magic words.
> >
> > Please help

>
>
>



All times are GMT. The time now is 12:07 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57