摘要: protected void btnExport_Click(object sender, EventArgs e) { DataTable dt = (DataTable)ViewState["TableAll"]; DataTable dtSerch = (DataTable)ViewState["SerchTable"]; if (dtSerch != null) { Repeater1.DataSource = dtSerch; ... 阅读全文
posted @ 2013-12-06 17:48 王洪洪 阅读(197) 评论(0) 推荐(0) 编辑
摘要: CabinEntity为你定义的实体 CabinEntity existCabin = listCabins.Find(delegate(CabinEntity cabinE) { return cabinE.AirCompany == modelPrice.AirCompany && cabinE.Cabin == modelPrice.Cabin && cabinE.ValidBeginTime <= modelPrice.TravelBeginTime && modelPrice.TravelBeginTime <= cabin 阅读全文
posted @ 2013-12-06 13:14 王洪洪 阅读(858) 评论(0) 推荐(0) 编辑