Hi,
I have a checkedListBox control that I need to connect to a SQL table. My goal is to do the following:
1. Read two fields from a SQL table into the list control
2. When a user checks any fields I need to save this to an XML file. The idea is that I need the checked fields to show checked when the user re-enters the application. I can't store this information back to the DB. Also, keeping in mind that every time the application is started I need to refresh the data in the list control from the SQL table.
Any ideas on how I would accomplish this are greatly appreciated.
Regards,
MDA
I have a checkedListBox control that I need to connect to a SQL table. My goal is to do the following:
1. Read two fields from a SQL table into the list control
2. When a user checks any fields I need to save this to an XML file. The idea is that I need the checked fields to show checked when the user re-enters the application. I can't store this information back to the DB. Also, keeping in mind that every time the application is started I need to refresh the data in the list control from the SQL table.
Any ideas on how I would accomplish this are greatly appreciated.
Regards,
MDA