D
Dave
Hello.
How can I field value in ItemDataBound event of the DataGrid control?
I'm writing:
e.Item.Cells[0].Text;
But this always returns empty string
Thank You.
How can I field value in ItemDataBound event of the DataGrid control?
I'm writing:
e.Item.Cells[0].Text;
But this always returns empty string
Thank You.