Displaying data from database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys,
I have a quick question. i am storing long string of data in database with
links to images etc sort of like emails. What i do in codebehind is i write
the text to textarea sort of like

textarea1.text=bulletin.text;

the page is rendered fine however the images are not displayed instead the
hyperlinks for images are displayed. What kind of control can i use which can
render the whole text including images and also get rid of the scrollbars of
the textarea. sort of like hotmail.

thanks

manny
 
Instead of putting the content into a textarea, may be you could try it on a
<td> , but you still need to handle your text to display the image using the
<IMG> html tag.

Merry Christmas
wei chung
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top