I don't understand that at all. You asked for c# based on
VB.NET, therefore I presumed that SelectedRow was initialised correctly otherwise the
VB.NET wouldn't work. Presumably you could use:
Code:
this.gridTable.CurrentRow.Cells[0].Value;
--
Joe (
Microsoft MVP - XML)