Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a Datagrid View with 2nd column with COMBO BOX.....In design itself i binded my values to Combo box...as
A
B
C
D
E
F

But when i binding Values from database table to grid view getting error...I binding table 2nd row values A B A C E ....

while Binding getting error

dataGridView1[1,0].value=Convert.ToString(data_table.Rows[0][1])
Posted
Comments
Abhinav S 4-Apr-12 1:42am    
What error?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900