I have a combo box which displays the values of a table "city(cityid, city name)"...
city id is the value member and city name is the display member..
Now i have to add the city name in table through combobox...
This will be done by the user!!!
I'm not able to do this, if anybody could help?????
Pls.......
Loading
Amit ChoudharyPosted Mar 6, 2010, 5:41 AM
Create a form like this...
now create button click event and write following code inside it:
Please mark as answer if it helps