欢迎来到飞鸟慕鱼博客,开始您的技术之旅!
当前位置: 首页知识笔记正文

mvc相关联的下拉列表级联dropdownlist

墨初 知识笔记 130阅读

库特里数据CountrynamespaceJQueryJsonSelectDemo .model { public class country { public string country name { get;设置;} publicstringCountryCodepan id=' code highlighter 1 _ 141 _ 154 _ Open _ Text ' { get;设置;} publicintCountryId { get设置;{ publistaticiqueryablecountrygetcountrydatalist(){ returnnewListCountry }

()   
      {  
         
new Country { CountryName = "中国", CountryCode = "CN", CountryId = 1},  
         
new Country { CountryName = "美国", CountryCode = "US", CountryId = 2} 
      }

      .AsQueryable
<Country>();
    }

  }

}

Province数据

 

 

Province

 

View页面

 

View

 Controller

 

Controller

 

问题就是通过ajax获得的province的数据为什么post不到contrller中?是我的做法有错吗?

标签:
声明:无特别说明,转载请标明本文来源!