I am using the checkbox list control in an ASP.Net application. I have placed it in a formview itemtemplate. Now I want to reference it to load it with values from a database. In my aspx.vb code I am not able to reference this control. Any Idea on how I can do this?
Programming the checkboxlist control
Collapse
X
-
Originally posted by GarudzoI am using the checkbox list control in an ASP.Net application. I have placed it in a formview itemtemplate. Now I want to reference it to load it with values from a database. In my aspx.vb code I am not able to reference this control. Any Idea on how I can do this?
Check out this article.
What have you tried to bind the CheckBoxList to the data? -
Originally posted by FrinavaleComment
Comment