I can not get Checkbox records
ModelLists
public partial class ModelLists
{
public TeacherWrapperModel TW { get; set; }
public EhliyetModel EhM { get; set; }
}
EhliyetModel
public class EhliyetModel
{
public IList<string> SelectedEhliyet { get; set; }
public IList<SelectListItem> AvaibleEhliyet { get; set; }
public EhliyetModel()
{
SelectedEhliyet = new List<string>();
AvaibleEhliyet = new List<SelectListItem>();
}
}
Aucun commentaire:
Enregistrer un commentaire