- Oct 12 Wed 2016 16:26
[分享]n++ 萬用字元 取代技巧
- Oct 05 Wed 2016 10:14
[分享] winform 與 wpf 開源控件庫
- Sep 30 Fri 2016 09:58
[分享]Android資料
- Sep 30 Fri 2016 08:31
[分享]整理的一些大小馬
- Sep 29 Thu 2016 16:21
[分享]Upload a web.config File for Fun & Profit
- Sep 24 Sat 2016 09:26
[分享]神秘的程序员们 (大陸工程師的漫畫...挺有趣的)
- Aug 22 Mon 2016 09:31
[c#] 設定窗體直接縮小
- Jun 22 Wed 2016 08:52
[c# .NET][網頁]滑鼠點選textbox控件,預帶文字處理
asp.net C# textbox預帶文字,滑鼠點入後(游標進入),清空預帶值。若無輸入任何資料,帶入預設值。
TextBox1.Attributes.Add("Value", "站內搜索"); TextBox1.Attributes.Add("OnFocus", "this.value = ''"); TextBox1.Attributes.Add("OnBlur", "if(this.value==''){this.value='站內搜索'}");
- May 12 Thu 2016 10:45
[asp.net]TextBox按下Enter後 觸發隱藏的Button的事件