文章分类 -  ext

摘要:1、开发页面时候,首先需要在每个页面头部添加<%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %> 这样才能引用exet.net,同时在body节点里,需要添加 <ext:ResourceManager runat 阅读全文
posted @ 2017-08-15 23:04 秋日的私语(且行且珍惜) 阅读(275) 评论(0) 推荐(0)
摘要:1、首先:引用4个ext.net 的动态库 2、添加在configuration节点里添加 <configSections> <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false" /></config 阅读全文
posted @ 2017-08-15 21:28 秋日的私语(且行且珍惜) 阅读(87) 评论(0) 推荐(0)