[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!
Re: [2005] Best Control To Use???
<asp:Literal> control.
Carriage returns, however, you will need to convert to <br />
Re: [2005] Best Control To Use???
Thanks mate! I am writing a front end in VB.net to deal with the tags.
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?