Click here to Skip to main content
15,741,752 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have few tables ad that have relationship with foreign key,now the problem is my view has dropdownlist but i want checkbox list from which i can select multiple item and store in the database....
remember that i have employee table and projects table and in this projets is foreign key table and employee is primary table andnow i want to display each employee name in checkboxlist on the project's index page from which i can select multiple employee and store in the databse.
thank you
Posted
Comments
Sergey Alexandrovich Kryukov 9-Dec-13 0:51am    
What exactly is the problem? What have you tried so far?
—SA

1 solution

Any problem with that? Then read MSDN documentation on System.Web.UI.WebControls.CheckBoxList, explaining more than enough:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.checkboxlist%28v=vs.110%29.aspx[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900