Monday, October 8, 2007

HTML showing up in my data grid

I had the issue where I was using the FCKEditor in .NET. Each time I viewed the datagrid, the html tags would show as text. The database showed the correct information, but not the screen.

To fix, I added
HtmlEncode="false"
To the boundfield, this fixed everything.

No comments: