摘要: 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 阅读(784) 评论(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 阅读(572) 评论(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 阅读(450) 评论(0) 推荐(0) 编辑
摘要: Ref: (http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.treenode.aspx) Ref: (http://www.codenewsgroups.net/group/microsoft.public.dotnet.framework.aspnet.webcontrols/topic9080.aspx) Th... 阅读全文
posted @ 2008-06-06 06:44 Vincent Yang 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: Trial Editions can only be used for a limited amount of time, usually 90 to 180 days. After that time period has expired, you cannot use the product again without a valid product key. To obtain a pro... 阅读全文
posted @ 2008-06-03 07:11 Vincent Yang 阅读(590) 评论(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 阅读(1206) 评论(1) 推荐(0) 编辑
摘要: Here is my code which produce “Value does not fall within the expected range” exception. ReportDataSource objReportDataSource = new ReportDataSource(“CategoryProduct”); objReportDataSource.Name = “Ne... 阅读全文
posted @ 2008-05-26 06:22 Vincent Yang 阅读(2695) 评论(1) 推荐(0) 编辑
摘要: Ref: http://www.eggheadcafe.com/tutorials/aspnet/c5c48628-5f72-4132-b0cf-b15d65b91c9c/sql-server-2005-cte-comm.aspx CTE is a new feature provided by Microsoft SQL Server 2005. In real world, we often ... 阅读全文
posted @ 2008-05-22 12:23 Vincent Yang 阅读(534) 评论(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 阅读(484) 评论(0) 推荐(0) 编辑
摘要: Ref: http://weblogs.asp.net/scottgu/archive/2005/12/02/432077.aspx I’ve seen a few questions about intellisense support for ASP.NET web.config files with VS 2005, and thought I’d blog a quick post to ... 阅读全文
posted @ 2008-05-13 08:22 Vincent Yang 阅读(530) 评论(0) 推荐(0) 编辑
摘要: Ref: http://carlosrivero.com/clear-recent-projects-on-visual-studio-2005-on-start-page I hate having to see the list of old projects on the Start page of visual studio 2005 every time that it starts.... 阅读全文
posted @ 2008-05-05 10:38 Vincent Yang 阅读(335) 评论(0) 推荐(0) 编辑
摘要: Ref: http://www.danrigsby.com/blog/index.php/2008/03/07/xmlserializer-vs-datacontractserializer-serialization-in-wcf/ The XmlSerializer has been in .Net since version 1.0 and has served us well for ev... 阅读全文
posted @ 2008-05-04 17:06 Vincent Yang 阅读(7304) 评论(0) 推荐(0) 编辑
摘要: Download sample This sample demonstrates how to create a service using Windows Communication Foundation (WCF) and then access the service from a non-WCF client, such as an ASMX client. Note: The setu... 阅读全文
posted @ 2008-05-04 16:58 Vincent Yang 阅读(547) 评论(0) 推荐(0) 编辑
摘要: Ref: http://nayyeri.net/blog/integrating-wcf-clients-with-asmx-services/ Back in December 2006 I linked to Thom Robbins' blog post about integrating WCF with ASMX services. The other side of integrat... 阅读全文
posted @ 2008-05-04 15:40 Vincent Yang 阅读(628) 评论(0) 推荐(0) 编辑
摘要: Ref:http://blogs.msdn.com/charlie/archive/2008/04/28/linqfarm-understanding-ienumerable-t-sets-and-sequences.aspx The IEnumerable interface is a key part of LINQ to Objects and binds many of its diffe... 阅读全文
posted @ 2008-04-30 05:50 Vincent Yang 阅读(365) 评论(0) 推荐(0) 编辑
摘要: Ref: http://www.martinfowler.com/bliki/AnemicDomainModel.html 25 November 2003Reactions This is one of those anti-patterns that's been around for quite a long time, yet seems to be having a particular... 阅读全文
posted @ 2008-04-24 08:17 Vincent Yang 阅读(423) 评论(0) 推荐(0) 编辑
摘要: Ref: http://keithelder.net/blog/archive/2008/01/17/Exposing-a-WCF-Service-With-Multiple-Bindings-and-Endpoints.aspx Windows Communication Foundation (henceforth abbreviated as WCF) supports multiple b... 阅读全文
posted @ 2008-04-24 05:47 Vincent Yang 阅读(1683) 评论(0) 推荐(0) 编辑
摘要: Ref: http://msdn2.microsoft.com/en-us/library/aa751795.aspx This topic describes the format of trace data, how to view it, and approaches that use the Service Trace Viewer to troubleshoot your applica... 阅读全文
posted @ 2008-04-24 05:23 Vincent Yang 阅读(1118) 评论(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 阅读(561) 评论(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 阅读(628) 评论(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) 编辑
摘要: I have had various results since this original post. I have a PC hat home running Vista SP1 and have the same issue, however, the laptop I received from work does not. Weird. One way you can get arou... 阅读全文
posted @ 2008-04-21 17:16 Vincent Yang 阅读(348) 评论(0) 推荐(0) 编辑
摘要: Ref: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2993059&SiteID=17 You can remove SP1 by using either Programs and Features or the command line. Note, however, that you cannot uninstall S... 阅读全文
posted @ 2008-04-21 16:37 Vincent Yang 阅读(281) 评论(0) 推荐(0) 编辑
摘要: Plain text return for WCF.svc files from IIS or xxxx can not find svc extension Reason: Because svc does not register to IIS probably. Solutions: C:\>"%windir%\Microsoft.NET\Framework\v3.0\... 阅读全文
posted @ 2008-04-21 13:02 Vincent Yang 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 首先,用VS2008打开附件所带的XSLT文件 然后,首先选择上要装换的方案和输出文件,最后就是运行XSLT. 如图所示, 从XML这个菜单下,选择Debug XSLT. OK,大功告成! Translate File 阅读全文
posted @ 2008-04-18 08:38 Vincent Yang 阅读(1407) 评论(1) 推荐(0) 编辑
摘要: 1: Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest 2: If Not String.IsNullOrEmpty(HttpContext.Current.Request.QueryString("imageID")) Then 3: ... 阅读全文
posted @ 2008-04-14 20:42 Vincent Yang 阅读(1159) 评论(0) 推荐(0) 编辑
摘要: Ref: http://www.dotnetjunkies.com/WebLog/dinakar/articles/12379.aspx Heres a small piece of code to force refresh the parent window from the child window after closing the child window, without hav... 阅读全文
posted @ 2008-04-14 10:50 Vincent Yang 阅读(567) 评论(0) 推荐(0) 编辑
摘要: What is WCF? Writing the WCF Hello World App Writing your first WCF client 阅读全文
posted @ 2008-04-13 18:05 Vincent Yang 阅读(238) 评论(0) 推荐(0) 编辑
摘要: REF:http://www.boutell.com/newfaq/misc/urllength.html 2006-10-13: Although the specification of the HTTP protocol does not specify any maximum length, practical limits are imposed by web browser and s... 阅读全文
posted @ 2008-04-10 18:51 Vincent Yang 阅读(625) 评论(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 阅读(1382) 评论(1) 推荐(0) 编辑