易截截图软件、单文件、免安装、纯绿色、仅160KB

ASP.NET Mischellous II

@import url(“layout.css”)
CSS Selectors: *, p, div span, div > span, *[href], li+li, .title, #container, #title p:first-child, a:link, a:hover, a:visited, p:before, p:after
p:after{content:’url(images/quote.gif)’}
!important State Mode: Off, InProc, StateServer, SQLServer, Custom
<Page EnableSessionState=”false”/>
<sessionState mode=”StateServer” stateConnectionString=”tcpip=127.0.0.1:42424”/>
The class should be marked as [Serializable] while you try to use “StateServer” or “SQLServer” mode. Anyway, make sure state objects should be serializable. cache: <%@ OuputCache %>, CacheDependency, AggregateCacheDependency, Cache[“Item”], Cache.Insert, SqlDependency Trace: <trace enabled=”true” pageOutput=”false” requestLimit=”20” traceMode=”SortByTime” localOnly=”true”/>
trace is between Begin_Load and End_Load Tools:
Firebug, YSlow, IE WebDeveloper, dotTrace or ANTS, PositionLsEverything.net, QuicksMode.org, HTMLDog.com, www.asp.net, Refactor! for ASP.NET, CSS minimal(from www.asp.net), ASPX Edit Helper plugin, Power Toys Pack Installer ELMAH:错误记录模块和处理程序
ISAPI_Rewrite Telerik:在线代码编辑器, www.codechanger.com
WinMerge
Differencing,
Reflector,
CR_Documentor: xml in visual studio
Process Explorer


相关文档:

ASP.NET编程模型之ASP.NET页面生命周期图解

ASP.NET编程模型之ASP.NET页面生命周期图解
ASP.NET编程模型中ASP.NET页面生命周期是指什么呢?它包括什么呢?ASP.NET编程模型之ASP.NET页面生命周期具体的过程有哪些呢?下面就开始我们的讲解吧:
ASP.NET 页运行时,此页将经历一个生命周期,在生命周期中将执行一系列处理步骤。这些步骤包括初始化、实例化控件、还原和 ......

ASP.NET自定义控件事件响应

1.重载protected override bool OnBubbleEvent(object source, EventArgs args)
OnBubbleEvent是控件内包含的控件向外层控件作事件冒泡
-------------------------------------------------------------------------------------------------------------------------------------------
using System;
using System.Co ......

ASP.NET动态加载用户控件的页面生成过程

  MainPage文件:WebForm1.aspx
    <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="TestMasterPage.WebForm1" enableViewState="False"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    <HTML> ......

Asp.Net前台调用后台变量

ASP.NET   2009-08-15 13:45   阅读459   评论3   字号: 大大 中中 小小 1.Asp.Net中几种相似的标记符号:
< %=...%>< %#... %>< % %>< %@ %>解释及用法
答: < %#... %>: 是在绑定控件DataBind()方法执行时被执行,用于数据绑定
如: < %# Co ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号