ASP.NET & AlternatingRowStyle &...
Posted by Jamsi in
ASP.NET on 09 17th, 2009 |
1 Comment
If you’re a ASP.NET developer like myself, you may or may not have noticed a few changes to your sites when viewed in Internet Explorer 8.
As an example I had a gridview which had a different background for alternating rows.
<AlternatingRowStyle CssClass="odd" /></code>
And...