Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have two table plan and product. plan is master table with planid primary key and planname and etc, and second table is product with planid as foreign key.

i want to do when i add a product then multiple plan should add against that product.
i try to this as take plan data in viewdata. and bind this data with checkboxlist in view. but i don't know how to get checked values when post data in mvc controller and save that data(checked checkboxes) in product planid column in product table.

please help me.


thanks in advance
Posted

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