摘要:
View Code 1 public partial class City : System.Web.UI.Page 2 { 3 protected void Page_Load(object sender, EventArgs e) 4 { 5 if(!IsPostBack) 6 { 7 BindProv(); 8 BindCity(); 9 }10 }11 12 //绑定市13 private void BindCity()14 {15 ddlcity.Items.Clear();16 DataTable citydt = new CitySer().GetAllCityByProvId( 阅读全文
posted @ 2011-05-31 11:13
笨笨的菜鸟
阅读(516)
评论(1)
推荐(0)

浙公网安备 33010602011771号