Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
[HttpGet]
        public ActionResult Index7()
        {
            ViewBag.StoreTypeID = new SelectList(db.store_types, "StoreTypeID", "Name");

}


I am binding dropdownlist in the above way while I need to save selected text into database how to do it....?
Posted
Comments
Jameel VM 21-Aug-14 2:21am    
Please post your view code and Save Action result

1 solution

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