Greetings
I want to store code in a database table that I want to execute and render
in the browser.
I am using a datagrid to display data from the tables, and want to inject
some code into the table that should execute and spit out the HTLM to the
browser.
How can I go about this?
Thank you
Albatross Singh
Peter Torr (MS) - 18 Apr 2006 08:17 GMT
> I am using a datagrid to display data from the tables, and want to inject
> some code into the table that should execute and spit out the HTLM to the
> browser.
Simple solution:
<script>
<%
Response.Write( your_code_from_the_database)
%>
</script>
Peter

Signature
Peter Torr - http://blogs.msdn.com/ptorr
HD DVD Program Manager