随笔分类 -  ASP.NET

摘要:// Web.Config // 获取配置文件信息using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.... 阅读全文
posted @ 2015-10-13 08:44 JiangXiaoKun 阅读(1176) 评论(0) 推荐(0)
摘要:文件类型:1. *.aspx文件:这类文件是ASP.NET Web页面,它包括用户接口和隐藏代码。2. *.ascx文件:这类文件是用户控件。用户控件同Web页面非常相似,但用户不能直接访问用户控件,用户必须内置在Web页面中。用户控件用来实现能够被像标准 Web控件一样使用的用户接口。3. *... 阅读全文
posted @ 2015-09-15 21:29 JiangXiaoKun 阅读(1745) 评论(0) 推荐(0)