|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
gridview rowdatabound change cssclass and selectedrowstyle cssclass helpI was wondering if someone can help me out with this I added a piece of code to change the background color on a gridview row based on some criterias. The code works great, but my problem is that my selectedrowstyle doesn't work anymore. I set my gridview properties to selectedrowstyle->cssclass->gridselecteditem Protected Sub GridView1_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView1.RowDataBound If e.Row.RowType = DataControlRowType.DataRow Then Dim fd As dataSet.fdRow = CType(CType(e.Row.DataItem, Data.DataRowView).Row, DataSet.fdRow) If fd IsNot Nothing Then If Not fd.IsapprDtNull Or Not fd.IsapprDtNull() Then e.Row.CssClass = "highlightClosed" End If End If End If End Sub How can I get around this Thanks Peter
Event not firing. User control with a repeater that contains a bu
Problem with Hyperlink to text files asp:Menu, DynamicItemTemplate and formating text asp.net ajac and cacheRolesInCookie Multiple User Controls _I_don’t_show_the_header? How to bind a textbox to a data source subject Validation Summary MessageBox Validation Summary MessageBox |
|||||||||||||||||||||||