I\'m working on a MVC3 web application. I want a list of rotation shown in view. But during build I get error:
I\'m really stuck at this: I have two listboxes populated from a database. I want to copy items from one list to the other. Then the changes must be saved in the database.
I know that I can set the SelectedItem in my controller, but I can\'t figure out how to set it in my view.I\'m working on a sort of flashcard (study guide) application and I have imported about 400 te
I can get the value of a dropdownlist this way but i cant get the value of a selectlist item with this code. What i can do to get the value into my controller for my create action.
I\'m experiencing current error in my view: <%@ Page Title=\"\" Language=\"C#\" MasterPageFile=\"~/Views/Shared/Site.Master\"Inherits=\"System.Web.Mvc.ViewPage<ProjectenII.Models.Domain.Student
Currently I have 2 listboxes binding data from a database on my view... I\'ve used a custom Viewmodel and it is not strongly-typed.
I am trying to implement a select list. Each item is an imageview. When the user clicks a view, a custom dialog opens up showing the 56 ImageViews in a list.
Im hav开发者_高级运维ing two select lists with some products and when i choose a product i want an input field to get updated with a corosponding price
I\'d like to display 2 SelectList in one View. So obviously, I can only use 1 ActionResult to render the view.
I am using a select list to pass text to the checkbox , What I want is to pass the 2 text fields to the checkboxlist , but Select list doesnt have any options to provide 2 or 3 data text field , I tri