摘要: 1 在页面中用户控件的调用需要通过属性 protected CustomControl customControl1 { get { return FindControl("CustomControl1 ") as CustomControl ; } } 2 list控件如果要实现分页需要设置它的container的属性paginate=true; 分页... 阅读全文
posted @ 2008-04-13 15:14 行者无疆 阅读(230) 评论(0) 推荐(0)