Checkbox list control 2010
On a new C# 2010 asp.net web forms application, I want to add a checkbox list to the web page. I want to bind the checkbox list to a linq data source. The checkbox list will be displayed with items a user can select from based upon what organzation a user picks from in a type ahead text box. Can you tell me and/or refer me to reference(s) that will accomplish this goal? At least a reference on how to use the checkboxlist control?
Answers (2)
0
Have you looked
here?
I am sorry, but I cannot help much with LINQ but I doubt that it is a data source. You can use it to create a datasource, though. I hope someone can help you better with that, but it might help if you explain where the data is coming from that you will use LINQ to obtain it; that is, what will be the input to LINQ? Is it a database table, XML data or something else?
Accepted 0
The data is coming from a sql server 2008 r2 database. The linq data source is embedded in the master page for the general website.