What about setting the HtmlEncode
property to false
? To me, this is much simpler.
<asp:BoundField DataField="MyColumn" HtmlEncode="False" />
What about setting the HtmlEncode
property to false
? To me, this is much simpler.
<asp:BoundField DataField="MyColumn" HtmlEncode="False" />