May be or May not be...... You mean you are looking to get a particular column value from datagridview...?
dim Bnd1 as new BindingSource,epid as string=space(10)
epid='1234'
Bnd1.Datasource=DTb1
Dim Tr1 as object=Bnd1.find("emp_id",epid)
Col_Value =DataGridView1.Rows(TR1).Cells(1).Value
And so...on....do your codings...
U.PARANTHAMAN
dim Bnd1 as new BindingSource,epid as string=space(10)
epid='1234'
Bnd1.Datasource=DTb1
Dim Tr1 as object=Bnd1.find("emp_id",epid)
Col_Value =DataGridView1.Rows(TR1).Cells(1).Value
And so...on....do your codings...
U.PARANTHAMAN