摘要: 今天谈下.NET中的数据绑定表达式。数据绑定表达式必须包含在<%#和%>字符之间。格式如下: <tagprefix:tagname property='<%# data-binding expression %>' runat="server" /> 或者如下: <%# data-binding expression %> ASP.NET 支持分层数... 阅读全文
posted @ 2009-08-23 16:59 Mangos 阅读(195) 评论(0) 推荐(0)