I have a form view with a check box list and several bound textbox fields. The form views datasource is a strongly typed dataset based on stored procedures in a sql database. The datasource for the check box is an xml datasource, based on and XML file(just for easy dynamic changes). How do I bind the selected values of the check box list, to my strongly typed dataset for storage in my database?
This is for a ASP.NET 2.0 web site, C#.
Thanks,
Start Free Trial