I'm trying to add a checklist to one of my webforms. However, whenever I test the form and check the database, only the first option I checked appears in the database.
I'm assuming this has something to do with the PropertyName field. For instance, I know for a textbox I can use PropertyName="Text" or drop down list PropertyName="SelectedValue"
Is there some sort of PropertyName that refers to a checklist so I can get all the items that were checked into the database? Thanks.
Also, I am using the ASP.NET checkboxlist control.
Thank you.