摘要:
1、添加省份和城市类//省份 public class Province { public int Id { get; set; } public string Name { get; set; } } //城市 public class C... 阅读全文
摘要:
1、下面代码包含了三种绑定DropDownList的方法 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace Supermark... 阅读全文