Posted
on Aug 9, 2007
(permalink)
Hi,
I am using the Grid control to bind to the database and display information on the ASP.NET page. Some of the columns in the dataset may contain html content, for example, <input> somewhere in the middle of the string. Such content is treated literally and displayed as a textbox in the middle of the grid.
Is there a way to specify that all content inside the grid should be displayed as text?
Thank you,
Alexei