Hi Team
I am trying to use this control on asp.net mvc, its throwing this error " System.InvalidOperationException: 'There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedCountryId'.'
- @Html.DropDownListFor(m=>m.SelectedCountryId, this.ViewBag.CountryList as SelectList, new {@class = "form-control"})