摘要: 数据绑定以及Container.DataItem的具体分析灵活的运用数据绑定操作(1)绑定到简单属性:<%#UserName%>(2)绑定到集合:<asp:ListBox id="ListBox1" datasource='<%# myArray%>' runat="server">(3)绑定到表达式:<%#(class1.property1.ToStri... 阅读全文
posted @ 2010-07-02 16:06 Siylzヾ夏天 阅读(180) 评论(0) 推荐(0) 编辑