MVC SelectList setting width of control in view

temtem

New Member
Thanks to help I got here - I have the following code in my controller:\[code\] var stands = db.Stands.ToList().Where(s => s.ExhibitorID == null) .Select(s => new SelectListItem { Value = http://stackoverflow.com/questions/12733700/s.StandID.ToString(), Text = s.Description +"--
 
Back
Top