G
Guest
I have a dynamic datagrid in which the number of columns of not fixed, the
number of columns is selected from a dropdown.
I have one column header called "Brand/Model" and on the onItemDataBound i
want to modify the values relates to this column.. the problem is because the
index value is not fixed i can't use .. e.Item.Cells[int].Text
My question is how can i reference the cell by the cloumn header "BrandModel"?
is there a another way this solve this?
many thanks in advance..
number of columns is selected from a dropdown.
I have one column header called "Brand/Model" and on the onItemDataBound i
want to modify the values relates to this column.. the problem is because the
index value is not fixed i can't use .. e.Item.Cells[int].Text
My question is how can i reference the cell by the cloumn header "BrandModel"?
is there a another way this solve this?
many thanks in advance..