J
jamesd
I have a sql sprocedure that has html tags wrapped around the data it
returns.
In the past, using the old .net datagrid the browser would render the
html correctly.
Now, using the datagrid, the datagrid replaces all the html tags with
", < > characters. Therefore the html cannot be rendered
correctly.
I need a solution so the data given to the gridview will display
exactly as it is given, and not be "rewritten" by the datagrid. I
can't use templatecolumns or anything like that because the columns
returned by the database change dynamically!
Thanks,
Tom
returns.
In the past, using the old .net datagrid the browser would render the
html correctly.
Now, using the datagrid, the datagrid replaces all the html tags with
", < > characters. Therefore the html cannot be rendered
correctly.
I need a solution so the data given to the gridview will display
exactly as it is given, and not be "rewritten" by the datagrid. I
can't use templatecolumns or anything like that because the columns
returned by the database change dynamically!
Thanks,
Tom