Hello Friends! Greetings to you
I’ve a task of loading some data from the database into a DataGridView Control but the data contains some HTML tags that need to be rendered correctly. How can I achieve this?
Thanks
Hi Ngabo,
just set the AllowHtml property to true for columns containing HTML data.
Best regards
Frank
Please login first to submit.