摘要:
中文解释 <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.web> <!-- 动态调试编译 设置 compilation debug="true" 以将调试符号(.pdb 信息) 插入到编译页中。因为这将创建执行起来 较慢的大文件,所以应该只在调试时将该值设置为 true,而所有其他时候都设置为 false。有关更多信息,请参考有关调试 ASP.NET 文件的文档。 --> <compilation d 阅读全文
2012年10月15日 #
摘要:
http://blog.csdn.net/amandag/article/category/304046 阅读全文
摘要:
http://www.cnblogs.com/Fskjb/archive/2010/03/19/1690233.html 阅读全文
摘要:
1、1.x中的数据绑定语法<asp:Literal id="litEval2" runat="server" Text='<%#DataBinder.Eval(Container.DataItem, "userName")%>' />2、 2.x简化Eval数据绑定语法<asp:Literal id="litEval1" runat="server" Text='<%Eval("userName")%>' 阅读全文
摘要:
<head runat="server"> <title></title> </head><frameset rows="80,*" cols="*" frameborder="no" border="0" framespacing="0"> <frame scrolling="auto" bordercolor="#000000" frameborder="1 阅读全文