2006年7月9日

摘要: 一般的绑定方法<%# DataBinder.Eval(Container.DataItem, "字段名") %>用DataBinder.eval 绑定不必关心数据来源(Dataread或dataset)。不必关心数据的类型eval会把这个数据对象转换为一个字符串。在底层绑定做了很多工作,使用了反射性能。正因为使用方便了,但却影响了数据性能。来看下<%# DataBinder.Ev... 阅读全文

posted @ 2006-07-09 22:16 arts 阅读(211) 评论(0) 推荐(0) 编辑

摘要: 1、IIS6.0的Kernel Caching2、Gzip,IIS6.0的xml配置文件中修改。Edit \Windows\System32\inetsrv\MetaBase.xml with your favorite texteditor. Search for "IIsCompressionScheme". There will be two XMLelements, one for def... 阅读全文

posted @ 2006-07-09 15:46 arts 阅读(217) 评论(0) 推荐(0) 编辑