Hello Sir,
I want to store multiple selected checkbox values in a single coloumn of table of MS SQL Database on click on submit button using MVC without use of Entity Framework.
Please Clarify this how it is done?
After that...
I also want to fetch this Multiple checkbox values(which already stored by admin in database) fetch from single coloumn of table of database & this fetch valTues show in form of checkbox selected values in view page of MVC.
This is my 2 queries....Please give me the answer how it is possible..??
Thanks