Hi All,

I have a combo box control in my application. I have to add the items from the database. I added it from database. But it adding duplicate data. Like by running the combo box second time it adding the same data once again. So i need to check the combo box that the data item is new to the combo box or a old one. If its a old one it should be avoid or else it want to be added to the combo box.

I used SQL server2000 and SQL query to load the data into the combo box. so let me have a idea on it.

Thanks all.