随笔分类 -  ASP.NET

摘要:iCalender is something like an open format text file to add items to the calendar (like Outlook calendar). It is simply a text file which contains fields and information about the particular event o... 阅读全文
posted @ 2009-02-10 13:30 Vincent Yang 阅读(472) 评论(0) 推荐(0)
摘要:ASP.NET中利用ashx实现图片防盗链 阅读全文
posted @ 2008-09-07 17:24 Vincent Yang 阅读(1542) 评论(0) 推荐(0)
摘要:Ref: http://keithelder.net/blog/archive/2007/02/01/Structuring-Solutions-in-Visual-Studio-and-Team-Foundation.aspxBelieve it or not, engineers or developers tend to structure theirapplications in Visu... 阅读全文
posted @ 2008-07-14 13:03 Vincent Yang 阅读(791) 评论(0) 推荐(0)
摘要:Ref: http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx The arrival of 2007 bought a flurry of e-mails to the MSBuild team from peop... 阅读全文
posted @ 2008-07-12 15:49 Vincent Yang 阅读(648) 评论(0) 推荐(0)
摘要:Ref: http://scottonwriting.net/sowblog/posts/13367.aspxI have long used FireFox as my default browser for surfing the web,but I typically test my ASP.NET pages on Internet Explorer for a coupleof reas... 阅读全文
posted @ 2008-07-11 06:24 Vincent Yang 阅读(420) 评论(0) 推荐(0)
摘要:Posted by: the telerik blogs,on 06 Jun 2008 |View original Ref: http://dotnetslackers.com/ASP_NET/re-113573_The_difference_between_ID_ClientID_and_UniqueID.aspxIthis post I will try to explain the dif... 阅读全文
posted @ 2008-07-10 06:10 Vincent Yang 阅读(798) 评论(2) 推荐(0)
摘要:Ref: http://weblogs.asp.net/haroonwaheed/archive/2008/06/30/ASP.NET-Performance-Tips.aspx At times even after applying the best coding policies & practices you don’t get the desired level of perfo... 阅读全文
posted @ 2008-07-02 19:46 Vincent Yang 阅读(581) 评论(0) 推荐(0)
摘要:Ref: http://aspadvice.com/blogs/joteke/archive/2006/08/27/Remember-IsPostBack-check-with-databound-controls-to-avoid-_2200_Invalid-postback-or-callback-argument_2200_-error.aspxRef: http://www.telerik... 阅读全文
posted @ 2008-06-30 13:22 Vincent Yang 阅读(457) 评论(0) 推荐(0)
摘要:Selected Styles and Master Pages When an <asp:Menu> control appears on a master page, the "selected" styles (StaticSelectedStyle) do not work as expected. That is, menu styling to indicate a cli... 阅读全文
posted @ 2008-05-29 06:46 Vincent Yang 阅读(1214) 评论(1) 推荐(0)
摘要:Ref: http://asptutorials.net/ASP/making-high-quality-image-thumbnails/ It is very useful on image gallery websites to take uploaded gifs or jpegs and automatically create thumbnails from them. It is n... 阅读全文
posted @ 2008-05-21 10:49 Vincent Yang 阅读(502) 评论(0) 推荐(0)
摘要:Ref: http://aspnet.4guysfromrolla.com/demos/printPage.aspx?path=/articles/053102-1.aspx IntroductionThere are often times when you need to store some globally accessbile bit of information that will b... 阅读全文
posted @ 2008-04-23 09:39 Vincent Yang 阅读(571) 评论(0) 推荐(0)
摘要:Ref: http://aspnet.4guysfromrolla.com/demos/printPage.aspx?path=/articles/020707-1.aspx IntroductionMost ASP.NET applications include a number of configuration settings, such as connection strings, ma... 阅读全文
posted @ 2008-04-23 09:39 Vincent Yang 阅读(653) 评论(0) 推荐(0)
摘要:Ref: http://aspnet.4guysfromrolla.com/demos/printPage.aspx?path=/articles/032807-1.aspx IntroductionMost ASP.NET applications include a number of configuration settings, such as connection strings, ma... 阅读全文
posted @ 2008-04-23 09:38 Vincent Yang 阅读(797) 评论(0) 推荐(0)
摘要:Ref: http://blogs.msdn.com/vijaysk/archive/2008/03/20/running-asp-net-3-5-on-iis.aspx Most people on installing .NET 3.5 on the server "expect" an entry for v3.5 under the ASP.NET version Tab in IIS ... 阅读全文
posted @ 2008-04-09 07:52 Vincent Yang 阅读(1401) 评论(1) 推荐(0)
摘要:Ref: http://maordavid.blogspot.com/2007/06/aspnet-20-web-site-vs-web-application.html A common question by asp.net developers is what project model should I use for asp.net application? Web Site proje... 阅读全文
posted @ 2008-04-03 19:02 Vincent Yang 阅读(646) 评论(0) 推荐(0)
摘要:request.params for asp.net is the httprequest object, and this method gets a combined collection of querystring, cookies, form and servervars items... request. querystring just gets querystring. 看起来... 阅读全文
posted @ 2008-03-04 06:47 Vincent Yang 阅读(1792) 评论(0) 推荐(0)
摘要:While Windows Server 2003 includes both IIS 6.0 and ASP.NET 1.1, these components are disabled by default. This whitepaper describes how to enable IIS 6.0 and ASP.NET 1.1, and recommends several confi... 阅读全文
posted @ 2008-02-21 12:05 Vincent Yang 阅读(628) 评论(0) 推荐(0)
摘要:Published: 21 Jan 2008By: Keyvan NayyeriDownload Sample Code (Ref: http://dotnetslackers.com/articles/designpatterns/HowToWriteAProviderModel.aspx) In this article Keyvan teaches you how to write yo... 阅读全文
posted @ 2008-01-23 12:36 Vincent Yang 阅读(636) 评论(1) 推荐(0)
摘要:Ref: Article During recent few engagements with my customers I've noticed VIewState is extensively [unintentionally] used. ViewState is on by default. The result is heavy weight Html that round trips... 阅读全文
posted @ 2008-01-16 12:16 Vincent Yang 阅读(380) 评论(1) 推荐(0)
摘要:This code sample shows how to retrieve a list of computers from Active Directory and use a For/Next to loop through the collection. I've used this code sample on several scripts and using Active Di... 阅读全文
posted @ 2008-01-10 06:43 Vincent Yang 阅读(289) 评论(0) 推荐(0)