Thread: Data Grid View
View Single Post
  #4 (permalink)  
Old March 10th, 2007, 05:37 AM
joefawcett's Avatar
joefawcett joefawcett is offline
Wrox Author
Points: 8,994, Level: 40
Points: 8,994, Level: 40 Points: 8,994, Level: 40 Points: 8,994, Level: 40
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: Exeter, , United Kingdom.
Posts: 2,922
Thanks: 0
Thanked 13 Times in 12 Posts
Default

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)
Reply With Quote