變更gridview hyperlinkfield 的顏色 3月 14, 2014 HTML No comments 使用CSS控制Link四種狀態 a:link//連結正常狀態 { } a:visited點過的狀態{ } a:hover滑鼠放上去的狀態{ } a:active//載入的狀態 { } Read More
分離jQuery程式碼 3月 09, 2014 ASP.NET No comments 分離jQuery程式碼,使得維護更為方便 jQuery 教學 - 如何匯入 jQuery 下載:程式碼 Read More
jQuery 函式庫 下載/引用 3月 08, 2014 JQuery & JavaScript No comments 下載: http://jqueryui.com/download/#! 引用: Read More
jquery dialog 開新視窗 3月 05, 2014 JQuery & JavaScript No comments jquery ui(三)弹出窗口 dialog http://ifxoxo.com/jquery-ui-dialog.html jquery dialog 範例 http://mini.nidbox.com/diary/read/193 http://blog.xuite.net/choubee/blog/42349131-jquery+-+dialog+%E4%BD%BF%E7%94%A8%E7%B4%80%E9%8C%84 {JQuery} 修改dialog 樣式與功能、按鈕事件 http://infofabwhat.blogspot.tw/2012/08/jquery-dialog.html Read More
透過jQuery的Ajax,呼叫server端的aspx,回傳JSON格式的資料 3月 04, 2014 ASP.NET No comments http://www.dotblogs.com.tw/hatelove/archive/2011/11/22/jquery-ajax-aspx-json.aspx Read More
AJAX機制 JQuery --"$.post" 3月 04, 2014 ASP.NET No comments http://www.dotblogs.com.tw/justforgood/archive/2012/04/20/71672.aspx Read More
網址 VB 轉 C# 3月 04, 2014 C# No comments http://www.developerfusion.com/tools/convert/vb-to-csharp/?batchId=e59b1bc0-0d05-4eb8-9702-5b9e3caf215f Read More
給一個完全不會 C# 初學者的教學影片系列 3月 03, 2014 C# No comments Will 保哥的技術交流中心: 這是給一個完全不會 C# 初學者的教學影片系列,總共 25 集,按部就班的教學,一步一腳印,你也可以成為「程式設計師」!P.S. 這真的是很基礎的影片教學,可以分享給剛入門的人或學生來看。 http://channel9.msdn.com/Series/C-Fundamentals-for-Absolute-Beginners/01 Read More
jQuery 教學 - 基礎篇 3月 03, 2014 JQuery & JavaScript No comments http://jsgears.com/thread-63-1-1.html Read More
表格(Table) 寫法應用 3月 01, 2014 HTML No comments http://www.wibibi.com/info.php?tid=116 Table 屬性 http://www.pt.ntu.edu.tw/hmchai/ptcomputer04/hHTML/HTMLtable.htm http://atedev.wordpress.com/2007/06/22/html-%E8%A1%A8%E6%A0%BC%E7%AF%87-i/ Read More
TextBox 固定大小 2月 26, 2014 ASP.NET No comments 當TextBox屬性 TextMode是MultiLine時, 在IE是固定大小, 但在GoogleChrome瀏覽器卻可以隨意拉大。 Read More
製作網站的主表明細 Master-Detail (GridView+DetailsView) 2月 26, 2014 ASP.NET No comments 目的:讓使用者點擊標題就可以呈現內容。 GridView明細.aspx 先插入GridView物件,建立資料庫連結。 Read More
IIS7 安裝ASP.NET 4.0 2月 25, 2014 IIS No comments http://www.dotblogs.com.tw/shadow/archive/2011/11/23/59266.aspx Read More