随笔分类 -  asp.net

摘要:页面框架通过如下过程处理aspx文件请求: 1:解析aspx文件,并创建一个控件树; 2:使用控件树动态实现一个继承自Page类的类或者控件 ; 3:动态编译类; 4:缓存编译类,以备后用; 5:动态创建一个编译类的实例。页面开始启动生命期,在这个过程中,页面将通过生命周期的不同阶段;=========================================================... 阅读全文
posted @ 2010-11-23 16:30 oneroom 阅读(207) 评论(0) 推荐(0)
摘要:VSS团队开发环境配置 安装好Vss后,在visual studio 2005里工具——选项——源代码管理——插件选择,不然visual studio 2005的文件菜单下,不会显示源代码管理。Vss默认登录账户更改:新建系统环境变量,变量名ssuser,变量值,你的Vss登录名。1. 服务器端配置(1)新建文件夹 在磁盘上新... 阅读全文
posted @ 2010-08-20 09:25 oneroom 阅读(629) 评论(0) 推荐(1)
只有注册用户登录后才能阅读该文。
posted @ 2010-05-12 10:38 oneroom 阅读(30) 评论(0) 推荐(0)
摘要:protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){if (e.Row.RowType == DataControlRowType.DataRow){e.Row.Cells[5].Attributes.Add("onclick", "return confirm('你确认要编辑吗?')");}}方... 阅读全文
posted @ 2010-04-19 09:53 oneroom 阅读(2665) 评论(0) 推荐(0)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1publicclassUrlHandler:IHttpHandler2{3//指明该HttpHandler的实现类是否需要缓存4publicboolIsReusable5{6get{returntr... 阅读全文
posted @ 2010-04-01 23:16 oneroom 阅读(232) 评论(0) 推荐(0)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--using System;using System.Collections.Generic;using System.Text;namespace myinte... 阅读全文
posted @ 2010-03-17 10:32 oneroom 阅读(476) 评论(0) 推荐(0)
摘要:template.html代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1... 阅读全文
posted @ 2010-03-12 16:35 oneroom 阅读(334) 评论(0) 推荐(0)

让别人快乐是慈悲,让自己快乐是智慧!