摘要: 后台绑定:DataTable dt = RateStorage.GetDataTable(2); foreach (System.Data.DataRow dr in dt.Rows) { ListItem li = new ListItem(); li.Value = dr["ChargeAmount"].ToString(); li.Text = (dr["Days"].ToString().TrimEnd()).PadRight(10, '\u00A0') + dr["ChargeAmount"].ToStrin 阅读全文
posted @ 2011-11-16 22:04 94cool 阅读(249) 评论(0) 推荐(0)