摘要: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { BindData(); } } void BindData() { PagedDataSource pds = new PagedDataSource(); IList<ManagerInfo> Infos = new Manager().... 阅读全文