Users Pricing

forum

home / developersection / forums / dynamically populate the drop-down using jquery in asp.net mvc3

Dynamically populate the drop-down using jQuery in ASP.Net MVC3

Anonymous User 2090 11 Feb 2015
I have a model
public class City
{
    public string Name { get; set; }
    public int ID { get; set; }
}


I am a content writter !


1 Answers