05 2008 档案

摘要: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)
摘要: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 阅读(2713) 评论(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 阅读(555) 评论(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://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 阅读(540) 评论(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 阅读(345) 评论(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 阅读(7344) 评论(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 阅读(558) 评论(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 阅读(643) 评论(0) 推荐(0)