public class SimplePager : Repeater {private IList dataSource;  override public object DataSource   { 覆写DataSource   set    {    //This try catch block is to avoid issues with the VS.NET designer    //The designer will try and bind a datasource which does not derive from ILIST    try    {     list = (IList)value;  [导入]关于petshop中simplepager(继承自Repeater)覆写DataSource的问题
文章来源:http://blog.donews.com/basilwang/archive/2005/12/26/671545.aspx

相关文章:

  • 2021-12-26
  • 2022-01-16
  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2021-06-27
  • 2021-09-01
  • 2021-10-02
相关资源
相似解决方案