Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Contents tagged with CSS

  • GridView.AlternatingRowStyle -- lacking style

    Ran into this issue today in a SharePoint WebPart that was using the SPGridView to display a list of items. However, the underlying issue is with the base System.Web.UI.WebControls.GridView Control and how it handles the various ways you can set style attributes on the rows in the grid. So this information will apply equally in ASP.NET as well as SharePoint GridView controls.