I have created a datagrid programmatically i want to add the css in the to the items of the of the datagrid in codebehind page .How to do it ? Kindly Help Me out Patel Neelesh A
I have created a datagrid programmatically i want to add the css in the to the items of the of the datagrid in codebehind page .How to do it ? Kindly Help Me out Patel Neelesh A
hi, use the datagrid_itemdatabound event of datagrid to associate css file with every row by using findcontrol function of datagrid for each item. this will hopefully solve ur problem. neoms21