Browse by Tags
All Tags
»
English
(
RSS
)
.NET
ASP.NET
ASP.NET MVC
Community Server
jQuery
NuGet
Reporting Service
Silverlight
Tips
Tools
Unobtrusive Validation
VS2008
潛盾機
Multiple-Selection Field With jQuery Unobtrusive Validation
ASP.NET MVC 3 comes with jQuery unobtrusive validation (if you are not familiar with jQuery unobtrusive validation, Brad Wilson has a good article ), an elegant way to implement client-side validation. After learning it, I start to use it widely in my...
Blocking Test of ASP.NET Session Reader Lock
I spent some time identifying the behavior of blocking of ASP.NET pages for session object locking, and Patrick’s “ Understanding session state modes + FAQ ” provides important information: Q: Does session state have a locking mechanism that serialize...
Using deferred.pipe() to Play Animations Serially
jQuery 1.6 introduced deferred.pipe() to provide a easier way for chained actions, and the $.animate() started supporting “deferred” as well. When I wanted to play jQuery animation effects of elements one by one, it often needed complex logic to...
Inline Style ASP.NET MVC Validation Message
ASP.NET MVC provides a cool way to add client-side validation for create/edit view, only one thing is defective for me. I used a lot of "table-layout editor” UI in my web projects, like the snapshot below, and the validation messages will be appended...
Tracing ASP.NET MVC 3 RTM Source Code
Trying to understand how the magic model binding works in ASP.NET MVC, so I managed to include ASP.NET MVC 3 source projects to my solution, here are my steps to make ASP.NET MVC 3 RTM source code traceable: 為了搞懂ASP.NET MVC中神奇的Model Binding原理,花了點功夫讓我的專案可以納入ASP...
Web Config ConnectionString Encryptor v0.9 Release Note
Since ASP.NET 2.0, web.cofig adds connectionStrings section to store database connection string and provides encryption function to secure the sensitive information (like database account and password). For example: <connectionStrings> <add name...
Hide and Show Container Element of Silverlight Will Cause Reload on Browsers Besides IE
I found a strange behavior of Sivlerlight plugin on browsers besides IE. Check the blowing sample. There are a Silverlight application(XMLViewer.xap) inside a DIV which named dvSL and two buttons, btnShow and btnHide, with onclick event to set getElementById...
jQuery Plugin for Silverlight 3
Gererally, Silverlight needs a <object> tag and a default error-handling function to be embedded in web page. I always want to conver this job with jQuery plugin, so I tried to extract these HTML and scripting details from the Silverlight...
jQuery 1.4 Solved The OnChange Event Issue of IE AutoComplete
IE's AutoComplete feature doesn't trigger onchange event is a well-known "by-design" behaviour: Using AutoComplete in HTML Forms To determine when a user updates the content of a field from the AutoComplete dialog box, use the onpropertychange...
Mini C# Lab 1.4 Release
The primary new feature of Ver 1.4 is batch mode ! Now you can run Mini C# Lab program as a scheduled task, no UI interactivity is needed. Here are some batch argument examples: Load and execute x:\temp\test.cs, use the output to overwrie x:\temp\log...
XMLDOM Extension Plugin for jQuery
It's surprising to me that we can use jQuery to query and manipulate XMLDOM cross browsers. Like the example below: var x = $( "<xml><rows><row a='ATTR'>FIRST</row></rows></xml>" ); x.find( "row"...
Mini C# Lab ver 1.3 Release Note
After Mini C# Lab ver 1.2, I got several important feedbacks from community, a friend, elleryq, told me that there is a free software Snippet Compiler providing colorful formatting, line number, document outlining, method list dropdown, even Intellisence...
Mini C# Lab ver 1.2 supports VB.NET now
After Mini C# Lab 1.1 was released, the most frequently asked quesitons are: 1) Could it support VB.NET? 2) Where is the source code? Now, here comes Mini C# Lab ver 1.2 and some wishful features are added. First, it supports VB.NET now! Yes, **VB.NET...
Mini C# Lab Ver 1.1
After Mini C# Lab 1.0 was released, I got good suggestions from friends. I agree that these improvements can make Mini C# Lab handier, so I add some useful features to it, then the Mini C# Lab ver 1.1 is coming... New features: The *TERRIBLE* Ctrl-X shortcut...
TOOLS-Mini C# Lab Ver 1.0
Did this ever occur to you? You wanted to write several lines of C# code to clarify some syntax or parameter format, or you needed a one-time program to process log files. You started Visual Studio 2005/2008, created a new console application project...
更多文章
下一頁 »
搜尋
Go
<
February 2012
>
Sun
Mon
Tue
Wed
Thu
Fri
Sat
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
【工商服務】
OrcsWeb: Windows Server Hosting
最新回應
2012-02-08 Robin Lin
ThreadAbortException When Response.End()
更正: HttpContext.Current.ApplicationInstance...
2012-02-08 Robin Lin
ThreadAbortException When Response.End()
經過測試HttpContext.Current.ApplicationInstance...
2012-02-08 vicky
GridView的標題欄、列凍結效果(跨瀏覽器版)
請問固定標題欄寬度 且讓它顯示文字可以自動換行 我該怎麼在css裡面改呢?
2012-02-08 vicky
GridView的標題欄、列凍結效果(跨瀏覽器版)
請問固定標題欄寬度 且讓它顯示文字可以自動換行 我該怎麼在css裡面改呢?
2012-02-01 thangnv
【茶包射手日記】Delegate 'System.Action' does not take 1 arguments
thank you a lot. it's very nice.
2012-02-01 pkupbon
TIPS-Using PIVOT In SQL 2005
版主您好: 目前有一個網站是採用Access資料庫,試了一下版主提供的語法,在MS...
2012-01-31 lsk
多想兩分鐘,你可以不用 validateRequest="false"
雖然知道設validateRequest="false"是不好的...
2012-01-31 Jeffrey
徹底解決Vista/Windows 7半夜自動開機問題
to 全, 可參考這篇KB: support.microsoft.com/......
2012-01-29 全
徹底解決Vista/Windows 7半夜自動開機問題
怎麼我睡眠的選項只有兩個?? 是因為我關閉使用者帳戶控制的關係嗎??
2012-01-29 謝謝分享
Telerik RadGrid AJAX更新範例
謝謝分享,每看一篇文章就覺得自己成長了一些@@ 這套元件還真貴,雖然蠻強大的 囧
Tags 分類檢視
.NET
AJAX
ASP.NET
ASP.NET MVC
ASP.NET保安
Autofac
Bicycle
C# 4.0
CODE
Coding4Fun
Collections
Community Server
CSS
Debug
EF
English
Excel
Hiking
HTML5
IE
IIS
Javascript
jQuery
KB
Kendo UI
Life
Linq
Live SDK
MCE
MCSE
Mobile
NuGet
ORACLE
Performance
PowerShell
Reporting Service
Security
Sharepoint
Silverlight
SQL 2000
SQL 2005
SQL 2008
TechEd
Telerik MVC
TFS
ThinkPad
Tips
Tools
Trouble-Shooting
Unobtrusive Validation
VBScript
Virus
Vista
Visual Studio
VS.NET 2003
VS2005
VS2008
VS2010
Web
Windows 2008
Windows 7
Windows 8
Work
WP7
中文編碼
潛盾機
科學實驗
風花雪月
關於作者
一個醉心技術又酷愛分享的Coding魔人,十年的IT職場生涯,寫過系統、管過專案, 也帶過團隊,最後還是無怨無悔地選擇了技術鑽研這條路,近年來則以做一個"
有為的中年人
"自許。
文章典藏
February 2012 (2)
January 2012 (6)
December 2011 (9)
November 2011 (11)
October 2011 (15)
September 2011 (15)
August 2011 (18)
July 2011 (24)
June 2011 (31)
May 2011 (16)
April 2011 (13)
March 2011 (13)
February 2011 (11)
January 2011 (15)
December 2010 (18)
November 2010 (12)
October 2010 (10)
September 2010 (18)
August 2010 (19)
July 2010 (22)
June 2010 (20)
May 2010 (19)
April 2010 (19)
March 2010 (24)
February 2010 (14)
January 2010 (24)
December 2009 (13)
November 2009 (14)
October 2009 (27)
September 2009 (20)
August 2009 (18)
July 2009 (18)
June 2009 (22)
May 2009 (14)
April 2009 (19)
March 2009 (17)
February 2009 (25)
January 2009 (16)
December 2008 (23)
November 2008 (20)
October 2008 (19)
September 2008 (21)
August 2008 (10)
July 2008 (16)
June 2008 (20)
May 2008 (20)
April 2008 (21)
March 2008 (18)
February 2008 (9)
January 2008 (18)
December 2007 (20)
November 2007 (22)
October 2007 (20)
September 2007 (23)
August 2007 (22)
July 2007 (19)
June 2007 (28)
May 2007 (21)
April 2007 (23)
March 2007 (23)
February 2007 (17)
January 2007 (9)
December 2006 (12)
November 2006 (15)
October 2006 (7)
September 2006 (9)
August 2006 (16)
July 2006 (14)
June 2006 (12)
May 2006 (12)
April 2006 (9)
March 2006 (4)
February 2006 (7)
January 2006 (8)
October 2005 (1)
August 2005 (1)
July 2005 (1)
June 2005 (2)
March 2005 (1)
February 2005 (1)
January 2005 (5)
February 2004 (3)
January 2004 (12)
其他功能
這個部落格
Home
Feedjit live traffic feed
Syndication
Comments RSS