Quantcast
Channel: Save dropdownlist in razor
Browsing all 3 articles
Browse latest View live

Re: Save dropdownlist in razor

Hi,I have run your code to create a solution for this and provided solution by @Rion. This is working fine as per your expectation.Thank

View Article



Re: Save dropdownlist in razor

Based off the markup you are using, your DropDownList is going to be bound to an element called "List" :@Html.DropDownList("List", (ViewBag.List as SelectList), "--Select--", new { @class =...

View Article

Save dropdownlist in razor

Hi,I haveusing System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; using System.Web.Mvc; namespace WebApplication1.Controllers {...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images