JohannIcon
Programmer
Dear All,
I have a problem. I am retreiving data from an Access database and then display it in a text box. However, where there are HTML tags in the field, it is not displaying them properly. For exemple <b>Johann</b> is not displayed in bold but as it is coded, ie "<b>Johann</b>". This problem only seems to occur in text area boxes, cause when I display them normally, ie
<%=(rs.Fields.Item("ItemText"
.Value)%>, it is displayed properly. How can I solve this problem?
Another thing, I used text area boxes so that I can display a scrollbar with the field, so that the user can scroll the information.
Thanks for your help
I have a problem. I am retreiving data from an Access database and then display it in a text box. However, where there are HTML tags in the field, it is not displaying them properly. For exemple <b>Johann</b> is not displayed in bold but as it is coded, ie "<b>Johann</b>". This problem only seems to occur in text area boxes, cause when I display them normally, ie
<%=(rs.Fields.Item("ItemText"
Another thing, I used text area boxes so that I can display a scrollbar with the field, so that the user can scroll the information.
Thanks for your help