Dear Friends,
Hi,
I am facing one problem of searching and display in combobox with datagridview.
I have tow column in my table like
code size
------ -------
7236 72 x 36
7238 72 x 38
7240 72 x 40
size column is shown in combobox with datagridview.
now i will input code and accordingly size column will reflect.
for example if i type 7238 size combobox will show 72 x 38 value.
Please help.
Rashmikant KaneriaPosted Mar 16, 2015, 3:22 AM
yes size column value is fixed and max 6 characters long so search text length is also 6 char long.
Joginder BangerPosted Mar 15, 2015, 11:29 AM
I have one question is that size column value fix or not and one more thing what searching text length is fixed or not??????