易截截图软件、单文件、免安装、纯绿色、仅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页面之间传递值的几种方式

ASP.NET页面之间传递值的几种方式?
一般来讲有以下几种:QueryString,session,cookies,application,server.Transfer
1. 使用QueryString变量
QueryString是一种非常简单的传值方式,他可以将传送的值显示在浏览器的地址栏中。如果是传递一个或多个安全性要求不高或是结构简单的数值时,可以使用这个方法。但是对于传递数 ......

asp.net 接口的作用


继承"基类"跟继承"接口"都能实现某些相同的功能,但有些接口能够完成的功能是只用基类无法实现的
1.接口用于描述一组类的公共方法/公共属性. 它不实现任何的方法或属性,只是告诉继承它的类
《至少》要实现哪些功能,继承它的类可以增加自己的方法. 
2.使用接口可以使继承它的类: 命名统一/规范,易于维护.比如: 两 ......

Asp.net AJAX Web Service写法差异

在C#中
using System;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.Web.Script.Services;
using System.Collections.Generic;
using System.Collections;
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.Ba ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号