{oc.tech.notes} 技術誌

技術誌記錄學習或專案執行當下遇到的問題及解決方案,方便日後翻查,益人益己!

2010/04/27

[ASP.NET] Forms 登入驗證

›
命名空間 System.Web.Security 驗證 FormsAuthentication.RedirectFromLoginPage(username, true) 登出 FormsAuthentication.SignOut() 查證是否驗證 User.Identity....

[ASP.NET] 類別中讀取 Session

›
匯入命名空間 Imports System.Web. HttpContext 在類別中使用Session Current . Session ("sessionName")
2010/02/19

Windows Gadget Location

›
Windows 7 - Gadget Location C:\Users\ [UserName] \AppData\Local\Microsoft\Windows Sidebar\Gadgets Weather Gadget: http://gallery.live.com/li...

[Firefox] Set Tab Width

›
Address Bar Type: about:config Search: browser.tabs.tabMaxWidth browser.tabs.tabMinWidth References: FireFox Tip: How To Set A Minimum Tab W...
2009/07/10

MS Chart Control 設置

›
在 ASP.NET 中 MS Chart Control 的設置方法 1. 修改 web.config 檔 在 system.web 的 httpHandlers 區塊加入以下設置: 在 system.webserver 的 handlers 區塊加入以下設置: 2. 暫存目錄路...
2009/05/21

下拉式選單控制項在 ListView 的 InsertItemTemplate 資料繫結問題

›
下拉式選單控制項在 ListView 中,除了在 InsertItemTemplate 之外的資料繫結都沒問題 若是用 SelectedValue=' ' 的繫結方式,就會產生錯誤訊息 錯誤訊息: Databinding methods such as Eval...
2009/05/12

String.Format 字串格式化

›
常要做字串格式,利用 String.Format() 可以快速達到效果,不用為了組字串或特殊格式呈現,東少一個連接字串符號,右少一個引號... 若格式改來改去也很麻煩~ String.Format 可省去很多麻煩,彈性又大~~ String.Format 語法: { index ...
‹
›
首頁
查看網路版
技術提供:Blogger.