原创 《ASP.NET本質論》 頁面即對象

         流動的網頁               在控制檯應用程序中,常用的輸入輸出語句爲WiretLine 和ReadLine。爲什麼可以使用這些方法從鍵盤輸入內容,又爲什麼內容會輸出到屏幕上去呢?              下

原创 《ASP.NET本質論》 ASP.NET中的加密與解密

        在ASP.NET中設計兩個方面的加密和解密:一個是針對配置文件中配置節的加密和解密,另外一個是針對ASP.NET中數據的加密和解密         在 .NET 中,加密和解密的技術可以分爲兩種。一種是加密和解密使用同樣的

原创 Ajax 學習筆記

創建一個 XMLHttpRequest對象/** * This function ,createXMLHttpRequest ,check to see what objects the * browser supports in ord

原创 服務端控件開發 包含處理機制—— 子控件中調用住空間委託的事件實例

using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; usin

原创 HttpResponse.ApplyAppPathModifier 方法

http://msdn.microsoft.com/zh-cn/library/system.web.httpresponse.applyapppathmodifier.aspx 可以應用在當從 http 轉向 https 的時候

原创 服務器控件開發 綁定事件

using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; usin

原创 《ASP.NET本質論》 反射

        在 .NET 環境下,System.Type 是反射Reflection 的基礎,提供了訪問元數據的主要方式,這個類定義在命名空間 System 下。   [SerializableAttribute] [Clas

原创 有關滾動條Scroll樣式的設置

來自: http://www.javaask.com/web/javascript/2011/0112/1108.html 1.overflow內容溢出時的設置(設定被設定對象是否顯示滾動條)  overflow-x水平方向內容

原创 簡單的URL重寫

http://msdn.microsoft.com/zh-cn/library/sa5wkk6d.aspx