Thread: Data Grid View
View Single Post
  #3 (permalink)  
Old March 10th, 2007, 04:33 AM
CoolDude CoolDude is offline
Registered User
 
Join Date: Mar 2007
Location: , , India.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Finally I got the solution myself

int selectedRow = this.gridTable.CurrentRow.Index;

gridTable.Rows(SelectedRow).Cells(0).Value;

Reply With Quote