|
-
Apr 29th, 2008, 07:09 AM
#1
Thread Starter
Frenzied Member
[2005] Best Control To Use???
Hi Peeps,
I have a dynamic webpage which I populate a label control with a load of text from my database. The problem is it removes carriage returns etc. In the future I need the control to have html tags in it. Can anyone suggest which control I should be using rather than a label.
Thanks in advance for any help,
Jiggy!
-
Apr 29th, 2008, 01:51 PM
#2
Re: [2005] Best Control To Use???
<asp:Literal> control.
Carriage returns, however, you will need to convert to <br />
-
Apr 29th, 2008, 05:04 PM
#3
Thread Starter
Frenzied Member
Re: [2005] Best Control To Use???
Thanks mate! I am writing a front end in VB.net to deal with the tags.
-
Apr 29th, 2008, 05:33 PM
#4
Re: [2005] Best Control To Use???
Yes, that makes sense, do the replacement.
Is it a client requirement to make it as a windows forms application?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|