Thread
:
Data Grid View
View Single Post
#
3
(
permalink
)
March 10th, 2007, 04:33 AM
CoolDude
Registered User
Join Date: Mar 2007
Location: , , India.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Finally I got the solution myself
int selectedRow = this.gridTable.CurrentRow.Index;
gridTable.Rows(SelectedRow).Cells(0).Value;
CoolDude
View Public Profile
Find all posts by CoolDude