Asp.Net Source HOME » asp.net learning » ASP.NET » Controls and Components » Bind CheckBoxList to DataSet
Title:

Bind CheckBoxList to DataSet

Posted At: 12/8/2008
URL: http://www.codersbarn.com/post/2008/10/12/Bind-Che...
Here's a code sample that might come in handy. This is a CheckBoxList for a fictitious Real Estate broker who wishes to maintain a list of features for each property listing entered in the system. Typically, you would create a form to add a listing and another to edit an existing listing. Loading the selected values for a CheckBoxList from the database often causes confusion and this snippet uses a Non-Typed-DataSet and a stored procedure.

Comments:


No comments yet