Fairly new to ASP.NET. I have a CheckboxList that I have successfully bound to a DataTable which was generated by a stored procedure which returns several rows of data. The rows include the following fields: ID, Desc, Checked
I am binding the Desc to DataTextField and the ID to DataValueField. I cannot figure out how to use the Checked field to force the checkboxes to actually be checked when the element is rendered. Any help is appreciated!
-Greg
I am binding the Desc to DataTextField and the ID to DataValueField. I cannot figure out how to use the Checked field to force the checkboxes to actually be checked when the element is rendered. Any help is appreciated!
-Greg