hi frnds,
i am using vs2005,vb.net code,please help me in this query.........
i have a datagridview in my form......i bounded data from datasource as shown........my datagridview name is dgvfamilydetails........
Dim dv As DataView
dv =
New DataView(ds.Tables("pap_familydetails"))
dv.RowFilter =
"pap_idno='" & txtpapidno.Text & "'"
dgvfamilydetails.DataSource = dv
Now i need the column2 to be displayed as combobox column during runtime....with the items as "Male" and "Female".the display of the cell value should be the database value(either may be "Male" or "Female").......Please help me out.Very Urgent.........
Thanks
in advance