I need help formatting a column while displaying in a cell of a datagrid. The data will looklike 120:80. I need the user to see the cell as " : ".
I'm using the DataGrid1_ItemDataBound event to format all my cells.
to be precise
If e.Item.Cells[17].Text is my cell and want to display in the datagrid as " : " what will be the format string for this cell in DataGrid1_ItemDataBound event?
Thanks for your time in advance..
I'm using the DataGrid1_ItemDataBound event to format all my cells.
to be precise
If e.Item.Cells[17].Text is my cell and want to display in the datagrid as " : " what will be the format string for this cell in DataGrid1_ItemDataBound event?
Thanks for your time in advance..