摘要: 1、添加省份和城市类//省份 public class Province { public int Id { get; set; } public string Name { get; set; } } //城市 public class C... 阅读全文
posted @ 2015-12-20 21:11 平民的麦田 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 1、下面代码包含了三种绑定DropDownList的方法 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace Supermark... 阅读全文
posted @ 2015-12-20 17:57 平民的麦田 阅读(577) 评论(0) 推荐(0) 编辑