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 1760 11-Feb-2015
I have a model
public class City
{
    public string Name { get; set; }
    public int ID { get; set; }
}


Updated on 11-Feb-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By