摘要: 从实际工作中总结的 1 /// <summary> 2 /// 省份Grid上焦点行改变时 3 /// </summary> 4 /// <param name="sender"></param> 5 /// <param name="e"></param> 6 private void GVProvince_FocusedRowChanged(object sender, DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventAr 阅读全文
posted @ 2012-12-22 10:32 杨斌_济南 阅读(1873) 评论(0) 推荐(0) 编辑
摘要: DataSet ds = Newtonsoft.Json.JsonConvert.DeserializeObject<DataSet>(strResult); if (ds.Tables[0].Rows.Count > 0) { txtProvinceID.Text = ds.Tables[0].Rows[0]["PRO_ID"].ToString(); txtProvinceName.Text = ds.Tables[0].Rows[0]["PRO_NAME"].T... 阅读全文
posted @ 2012-12-22 10:11 杨斌_济南 阅读(338) 评论(0) 推荐(0) 编辑