09 2015 档案
摘要:文件类型:1. *.aspx文件:这类文件是ASP.NET Web页面,它包括用户接口和隐藏代码。2. *.ascx文件:这类文件是用户控件。用户控件同Web页面非常相似,但用户不能直接访问用户控件,用户必须内置在Web页面中。用户控件用来实现能够被像标准 Web控件一样使用的用户接口。3. *...
阅读全文
摘要:// 配置文件 // form文件using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System....
阅读全文
摘要:// XML文件 子项1 子项2 子项3 子项3 子项4 // js 文件无标题文档 菜 单
阅读全文
摘要:下面这段代码生成dll文件,不能编译运行。点击项目右键,点击生成,这时会在debuge文件中生成相应的配置文件。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System...
阅读全文