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

Hello Every Body,

I used "gridTable.Rows(SelectedRow).Cells(0).Value" this code to get value of column(0) of selected row in vb.net 2005. Here gridTable is DataGridView.

Can Any body suggest me How To write same line / code in C#.net.

cool dude
Reply With Quote