摘要:
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { BindData(); } } void BindData() { PagedDataSource pds = new PagedDataSource(); IList<ManagerInfo> Infos = new Manager().... 阅读全文
posted @ 2013-03-01 09:01
柳絮
阅读(184)
评论(0)
推荐(0)
浙公网安备 33010602011771号