DataGrid does not Server.HtmlEncode

  • Thread starter Thread starter M
  • Start date Start date
M

M

I would thought the DataGrid would HtmlEncode everything before displaying.
It appears that it does not. Isn't that a security concern? Anyway to force
the DataGrid to HtmlEncode? Thanks.
 
I don't believe there is a property you can set or anything that
simple. What you might need to do is use a TemplateColumn and data
binding expressions to HtmlEncode data going into the cells.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top