佬唐

博客园 首页 新随笔 联系 订阅 管理

2009年9月14日 #

摘要: Request Url相关属性 Request.ApplicationPath:/ Request.AppRelativeCurrentExecutionFilePath:~/WebForm2.aspx Request.CurrentExecutionFilePath:/W... 阅读全文
posted @ 2009-09-14 11:55 佬唐 阅读(91) 评论(0) 推荐(0)

摘要: 1、关于AutoEventWireup属性的作用: ,自动关联页面的Page_Load、Page_Init事件,好处就是不用再多写委托代码或重载代码了啦,坏处就是性能(听说的)和不直观性(影响菜鸟升级,“没见到事件关联它为什么会执行这段代码呢?”)。 2、删除: (1)、在aspx页面一个... 阅读全文
posted @ 2009-09-14 10:39 佬唐 阅读(181) 评论(0) 推荐(0)