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 1941 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