Posts by Andre Alves • 45 points
2 posts
-
3
votes3
answers1650
viewsQ: Send All Checkbox via Post
I’m trying to send all my View Checkbox, however, I can send only those selected via Formcollection Controller public ActionResult Index() { List<ListaCheckBox> listacheck = new…
-
1
votes2
answers525
viewsQ: Path null parameter
I’m trying to get into a controller, receive a parameter and print it in the View by a ViewData or ViewBag. My Controller: public ActionResult Index(string information) { ViewData["Bag"] =…