If the ImagesPath property value does not end in a forward slash, a backslash is use to concantenate the ImagePath value with the filename of the image. This is wrong.
For the PagerStyle, the PrevPageText and NextPageText property values should HTML encode the values. Otherwise putting in "<" or ">" as values actually renders a "<" or a ">", breaking XHTML compliance.
There's still no equivalent to the "HtmlEncode" property available for the GridBoundColumn. This makes the GridBoundColumn effectively useless since it allows XSS attacks.
For the PagerStyle, the PrevPageText and NextPageText property values should HTML encode the values. Otherwise putting in "<" or ">" as values actually renders a "<" or a ">", breaking XHTML compliance.
There's still no equivalent to the "HtmlEncode" property available for the GridBoundColumn. This makes the GridBoundColumn effectively useless since it allows XSS attacks.