Problem with datagrid
-
I have a datagrid in which i used textbox in one cell and combobox in editing of that cell. m wanna tht as i write something in that textbox combobox will show the related contents from database . can anyone tell me how to do it
-
I have a datagrid in which i used textbox in one cell and combobox in editing of that cell. m wanna tht as i write something in that textbox combobox will show the related contents from database . can anyone tell me how to do it
-
I have a datagrid in which i used textbox in one cell and combobox in editing of that cell. m wanna tht as i write something in that textbox combobox will show the related contents from database . can anyone tell me how to do it
-
I have a datagrid in which i used textbox in one cell and combobox in editing of that cell. m wanna tht as i write something in that textbox combobox will show the related contents from database . can anyone tell me how to do it
Seem the problem is related as mine, perhaps I have a problem on my Combobox. I cannot get the value from database according to the data i choose. example of my database: Column "Planing" are my combobox.
/*
DatagridView:Name|Company(*)|Planing
Hi|A|A1
Ki|B|B1*) column Company as name of table indatabase
#) column Planing as name of Column in Table A.Table A
A1 A2 A3S1 S2 S3
Table B
B1 B2 B3T1 T2 T3
*/