Hi All,
I currently have a single asp.net page that displays a grid with a single column with rich text in it. This is a logical 3-tier app. The bll returns a collection to the ui to bind to the grid.
Currently, when you edit the column it gives you a rich text editor and all the data get saved to a database.
With the way it's designed now what's the best way to use Microsoft's Anti-XSS library or is it even possible? Do I need to redesign?
Thanks, rod.