HTML from Access Database

M

mihir.kotwal

I am trying to execute HTML that is stored in an Access database. I can
enter in data into a field that has HTML in it, but it is displayed as
plain text and not executed.
Example:
Enter in <a href="http://www.google.com">Google</a>
I do not see a link to Google, I see the actual code I have typed in.

Is there a way to execute HTML from an Access database on an ASP page?
I have tried converting DataGrid to GridView so I can add the
HtmlEncode attribute, but then I end up with nothing. I notice that
FrontPage makes reference to a bunch of files, but I can't understand
any of it.
 
T

Tom Miller

I am trying to execute HTML that is stored in an Access database. I can
enter in data into a field that has HTML in it, but it is displayed as
plain text and not executed.
Example:
Enter in <a href="http://www.google.com">Google</a>
I do not see a link to Google, I see the actual code I have typed in.

Is there a way to execute HTML from an Access database on an ASP page?
I have tried converting DataGrid to GridView so I can add the
HtmlEncode attribute, but then I end up with nothing. I notice that
FrontPage makes reference to a bunch of files, but I can't understand
any of it.

Could you tell us exactly what your goal is? Asp will allow you to
dynamically create Html but it sounds like your trying to make a "database
driven" website where the data is a lot of hrefs?

Thanks,
Tom Miller
 

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

Top