原创 vs.net 2003變慢的可能原因

Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER/Software/Microsoft/VisualStudio/7.1]"EditCfgData"=hex:00,a3,38,

原创 Tailor Your Application by Building a Custom Forms Designer with .NET

This article discusses: Design-time environment fundamentals Forms designer architecture The implementation of the

原创 ASP.NET Validator Control 備忘

OnPreRender( e) { .(); . = ; . = ; . = .(); (.) { .(); } } R

原创 The Function of MaxValue

create function MaxValue (@int1 int, @int2 int)returns intasbegin declare @maxValue int if (@int1 > @int2)  select @max

原创 基於TFS的每日構建(備考)

set path=%path%;"C:/Program Files/Microsoft Visual Studio 8/Common7/IDE"tf getset outputfilename=%date:

原创 將HTML保留格式粘到Word文檔中

//將HTML代碼按照Windows剪貼板格進行格式化 private static string HtmlClipboardData(string html) {     StringBuilder sb = new StringBu

原创 將集成Windows認證並使用了身份模擬的ASP.net應用改成Form認證

先在Web.config裏設置成Form認證:  <authentication mode="Forms">     <forms loginUrl="~/Login.aspx" name=".ASPXFORMSAUTH" /> </au

原创 REGEDIT.exe

 REGEDIT Warning:Before tweaking the registry, make sure you have a full backup of your system. If anyt

原创 javascript 技巧集 (ZT)

javascript 技巧集 (ZT) 事件源對象 event.srcElement.tagName event.srcElement.type 捕獲釋放 event.srcElement.setCapture();  event.src

原创 從IE打開外部應用程序

先修改客戶端的註冊表: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT/FBUID]"URL Protocol"="" [HKEY_CLASSES_ROOT/FBUID/Sh

原创 How to: 動態加載WebPart模塊

WebPartZone的ZoneTemplate可以通過聲明方式來定義,在每個用戶首次(即沒有已保存狀態時)登錄時,WebPart Runtime會按ZoneTemplate內的定義生成默認的WebPart佈局,並在用戶對佈局進行調整後此

原创 An application to fetch the release sources from Visual SouceSafe based on an Excel migration plan

3 members have rated this article. Result:Popularity: 2.31. Rating: 4.83 out of 5.Download source - 28.2 Kb Introductio

原创 將ASP.net1.1工程移到非IIS根目錄

從VSS或TFS MSSCCI打開ASP.net1.1的工程時,都會在IIS的站點的根目錄創建虛擬目錄,可以通過下面的步驟將這些ASP.net工程移到其它目錄: 1、去掉SLN文件的只讀屬性,再在VS.net中打開,將ASP.net工程從

原创 當頁面有ID重複的控件時,使用Validator後仍能正常工作

public class REV : System.Web.UI.WebControls.RegularExpressionValidator { protected override void Render(System.Web.UI

原创 讓子目錄的WEB頁面跳過虛擬目錄的窗體認證

在需要的子目錄放一個web.config<?xml version="1.0" encoding="utf-8" ?><?xml:namespace prefix = o ns = "urn:schemas