Confusion about ListView binding with Dataset

Jul 12 2004 12:34 AM
Hi.. I have a little confusion with the ListView control. Plz help me out. In my form, I have three combo boxes, one Add button, one Save button and a listview. Step 1:The comboboxes is being populated by a dataset. Step 2: On clicking the add button, the listview should get populated with the contents of the combobox.text. (I can repeat Step2 a number of times, each time selecting a different value in the comboBox and adding it to the ListView) Step 3: on clicking the Save button, all the data in the listview should be saved in a database. How will I accomplish this task using the same dataset for both the activities? How will I populate the dataset using the columns and fields in the Listview and update it to the database. plz help with code or explanation thanks

Answers (1)