This is the view:\[code\]@model tgpwebged.Models.sistema_DocType ...\[/code\]this model is an entity used with textBoxFor and others html helpersThis is the controller.\[code\]public ActionResult AdminSettingAddTipo(){ IEnumerable<string> indices; using (tgpwebgedEntities context = new tgpwebgedEntities()) { var obj = from u in context.sistema_Indexes select u.idName; indices = obj.ToList(); } return PartialView(indices);}\[/code\]I have all I need here, I am using a model to create with the view so I am not allowed to send