FCKeditor3.Value = HttpUtility.HtmlEncode(FCKeditor3.Value)
目前分類:ASP.NET (26)
- Mar 22 Sun 2009 12:28
FCKeditor 存取資料庫時處理HTML編碼
儲存前先把它編碼成html
FCKeditor3.Value = HttpUtility.HtmlEncode(FCKeditor3.Value)
FCKeditor3.Value = HttpUtility.HtmlEncode(FCKeditor3.Value)
- Mar 22 Sun 2009 12:26
ASP.NET 2.0使用FCKEditor初體驗
在以往ASP的環境中,小喵為了要讓使用者可以用類似Word,FrontPage的方式編寫內容,並且結合資料庫,所以花了些時間,參考一些人家的東西寫了一個HTMLEditor的Include來使用,有興趣的可以到下面的網址下載
http://www.blueshop.com.tw/download/show.asp?pgmcde=PGM20050601182729QA4
- Feb 27 Fri 2009 10:11
ASP获取当前页面URL地址(带参数)的方法
- Feb 27 Fri 2009 09:49
ASP.NET 使用 GMail 寄信並讀取信件範本(Template.htm)寄送郵件 (Gmail Send Mail ASP.NET)
Dotjum 今天要介紹的是如何使用 .NET 來透過 Gmail 來寄信,並讀取 htm 自訂信件範本的方式,
也是用在 點部落 網站目前新版本的註冊的通知。
- Feb 27 Fri 2009 09:26
ASP生成BMP图片验证码:数字相加求和
- Feb 23 Mon 2009 16:18
Session.RemoveAll() 及Session.Abandon() 的差別
Session.RemoveAll() 會清除目前工作階段中的所有Session記錄
而不僅僅只清除Session中的內容