摘要: Repeater绑定ArrayList数据源 就相当与把ArrayList的数据绑定到Repeater的ItemTemplate 上 就是RepeaterItem等于ArrayList的一项例如MessageBox MBx = new MessageBox(); 'MessageBox 为一个类ArrayList lst = new ArrayList();lst.Add(MBx);Repeate... 阅读全文
posted @ 2010-11-02 11:50 唔愛吃蘋果 阅读(1574) 评论(0) 推荐(0)