ÿþ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>ASPAlliance Times - - 12th August 2008 </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> <!-- .headingLink { text-decoration: none; font: bold 0.7em Arial, Helvetica, sans-serif; color: #CC0000; } .headingFeatureLink { text-decoration: none; font: bold 0.8em Arial, Helvetica, sans-serif; color: #CC0000; } --> </style> </head> <body bgcolor="#ffffff" link="#cc0000" vlink="#cc0000" text="#333333"> <!-- shell --> <table width="560" cellpadding="1" cellspacing="0" border="0"> <tr> <td align="center" style="font-family: Arial;"> <font size="1">Having trouble reading this e-mail? Read this or any of our past issues in our online <a href="http://aspalliance.com/newsletter">Newsletter Archive</a>. </font></td> </tr> </table> <table width="560" border="0" cellpadding="1" cellspacing="4" bgcolor="#cc0000"> <tr> <td valign="top" bgcolor="#ffffff"> <table width="550" border="0" cellpadding="1" cellspacing="0" bgcolor="#cc0000"> <tr> <td valign="top"> <!-- /shell --> <table width="600" cellpadding="2" cellspacing="0" style="background-color:#CC0000; border-width: 1px; border-color:#FFFFFF; border-top-color:#FFFFFF;"> <tr> <td align="right"> <div style="color: white; font-size: 0.7em; font-family: tahoma"> 12th August 2008 </div> </td> </tr> <tr> <td align="center"> <div style="font-size:3em; color: White; font-family: Georgia,Times New Roman"> ASPAlliance Times</div> </td> </tr> <tr> <td align="center"> <div style="font-size:1em; color: White; font-family: Georgia,Times New Roman; font-weight:bold"> The industry newsletter for Active Software Professionals</div> </td> </tr> <!-- Begin Top Advertisement --> <tr> <td align="right" style="background-color: #CCCCCC"> <div style="color: black; font-size: 0.7em; font-family: Arial"> Sponsor Advertisement</div> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE"> <div style="color: black; font-size: 0.9em; font-family: Arial; font-weight:bold"> Want to write your queries faster? </div> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> <p> Some developers write SQL amazingly fast. Do you want to know their secret? It s SQL Prompt. "This is a must-have tool for all T-SQL developers." Brian Brewder, Brian Online. </p><p><a href="http://www.red-gate.com/specials/SQL_Prompt/2008/08/queriesfasterasp.htm?utm_source=asp&amp;utm_medium=email&amp;utm_content=writefaster-200808&amp;utm_campaign=sqlprompt">Download a free 14-day trial of Red Gate SQL Prompt</a></p> </div> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px; padding-top: 5px; padding-bottom: 5px;"> <a href="" style="font-size: 0.7em;color:#CC0000;font-family:Tahoma;text-decoration:none;"> </a> </td> </tr> <!-- End Top Advertisement --> <!-- Featured Article --> <tr> <td align="left"> <div style="font-size: 1em; color: White; font-family: arial; font-weight: bold; padding-top: 5px;"> Featured Article</div> </td> </tr> <tr> <td align="right" style="background-color: #FFFFFF"> &nbsp;</td> </tr> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1698_Developing_an_ASPNET_AJAX_Server_Centric_Based_Mini_Blog_System__Part_3" class="headingFeatureLink"> Developing an ASP.NET AJAX Server Centric Based Mini Blog System - Part 3 </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> By Xianzhong Zhu, 11th August 2008 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> In this article, Xianzhong Zhu wraps up his three part series by providing a summary of some of the key techniques required to construct the sample blog system from the perspective of the clients. He examines some of the techniques which enhance the reading of blogs such as implementation of recommended articles section and modal dialog box. He also provides a detailed coverage of the integration of CAPTCHA control into the system to minimize unsolicited comments. </div> </td> </tr> <tr> <td align="right" style="background-color: #FFFFFF"> <div style="color: black; font-size: 0.7em; font-family: Arial"> <a href="http://aspalliance.com/1698_Developing_an_ASPNET_AJAX_Server_Centric_Based_Mini_Blog_System__Part_3" style="color: #CC0000; text-decoration: none;"> http://aspalliance.com/1698_Developing_an_ASPNET_AJAX_Server_Centric_Based_Mini_Blog_System__Part_3 </a> </div> </td> </tr> <!-- End Featured Article --> <!-- Editor's Comments --> <tr> <td align="left"> <div style="font-size: 1em; color: White; font-family: arial; font-weight: bold; padding-top: 5px;"> Editor's Comments</div> </td> </tr> <tr> <td align="right" style="background-color: #FFFFFF"> &nbsp;</td> </tr> <tr> <td align="left" style="background-color: #EEEEEE"> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Steven Smith </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> <p>Yesterday Visual Studio 2008 and .NET 3.5 SP1 was officially released. It s now available <a href="http://msdn.microsoft.com/en-us/vstudio/products/cc533447.aspx">here</a>. This service pack includes a lot of bug fixes but also a bunch of new features. For instance, there have been some major performance increases for WPF applications, richer JavaScript support for Visual Studio, full support for SQL Server 2008, and performance improvements for Team Foundation Server integration. In addition, there s a great new feature for the HttpRuntime.Cache object that will let you update items in the cache before they expire, allowing you to keep the cache fresh without requiring users to suffer through a cache-miss. I ve been asking for this feature since .NET 1.0 so I m very happy to see it included. SP1 is recommended for anybody doing work with VS 2008 and/or .NET 3.5.</p> </div> </td> </tr> <tr> <td align="right" style="background-color: #FFFFFF"> <div style="color: black; font-size: 0.7em; font-family: Arial"> <a href="http://stevesmithblog.com/" style="color: #CC0000; text-decoration: none;"> Steve's Blog </a> </div> </td> </tr> <!-- End Editor's Comments --> <!-- Begin New Articles Section --> <tr> <td align="left"> <div style="font-size: 1em; color: White; font-family: arial; font-weight: bold; padding-top: 10px;"> New Articles on ASPAlliance.com</div> </td> </tr> <tr> <td align="right" style="background-color: #FFFFFF"> <div style="color: black; font-size: 0.7em; font-family: Arial"> <a href="http://aspalliance.com/recentarticles.aspx" style="color:#CC0000; text-decoration: none; font-size: 0.7.em; font-family: Arial"> View All Recent Articles »</a></div> </td> </tr> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1700" class="headingLink"> Product Review: APlusBill </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Anand Narayanaswamy , 6th August 2008 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> Billing is a critical factor for web hosting providers, ISPs, Consultants, and Independent Software Professionals. Normally, self hosted billing systems are used by web hosting providers. The providers should automate the billing system during the initial phase itself. Otherwise, they will find it difficult to manage the growing number of customers as time progresses. In this review, Anand put to test a PHP based billing application and demonstrates its working and usefulness. He also suggests improvements which he prefers to see in the next version of the product. </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1706" class="headingLink"> Video: Using PowerShell and ILMerge to Merge Assemblies </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Mohammad Azam , 11th August 2008 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> In this video Mohammad Azam demonstrates how to merge assemblies using PowerShell and ILMerge. He demonstrates this along with his reusable user control example. He takes his reusable user controls and merges them into one assembly. [6:01] </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1703" class="headingLink"> SQL Injection in Classic ASP and Possible Solutions </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Ehsanul Haque , 12th August 2008 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> Nowadays, SQL injection is a big threat for websites. It is a technique by which hackers can execute dangerous SQL commands by taking advantage of un-sanitized input opportunities in web application. While there is a good amount of best practices to prevent SQL injection in ASP.NET, ASP has very little information. In this article, Ehsanul examines a quicker and easier way to sanitize input parameters as well as the design plan for a new website to protect from SQL Injection. After a brief introduction, he demonstrates the technique with the help of relevant source code and screenshots. Towards the end of the article, he provides some tips to avoid database related errors and a list of useful reference articles. </div> </td> </tr> <!-- End Repeat for each article --> <!-- End New Articles Section --> <!-- Begin Blog Posts Section --> <tr> <td align="left"> <div style="font-size: 1em; color: White; font-family: arial; font-weight: bold; padding-top: 10px;"> ASP Alliance Authors' Recent Blog Entries</div> </td> </tr> <tr> <td align="right" style="background-color: #FFFFFF"> <div style="color: black; font-size: 0.7em; font-family: Arial"> <a href="http://aspadvice.com/blogs/" style="color:#CC0000; text-decoration: none; font-size: 0.7.em; font-family: Arial">More Blogs »</a></div> </td> </tr> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://www.thedatafarm.com/blog/2008/08/12/EntityFrameworkDocumentationForVS2008SP1.aspx" class="headingLink"> Entity Framework Documentation for VS2008 SP1 </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Julie Lerman </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://www.thedatafarm.com/blog/2008/08/12/VTdotNETAugustMeetingResources.aspx" class="headingLink"> VTdotNET August Meeting Resources </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Julie Lerman </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://www.thedatafarm.com/blog/2008/08/12/UpdatedListOf3rdPartyDatabsaeProvidersRampingUpToSupportEF.aspx" class="headingLink"> Updated List of 3rd party databsae Providers ramping up to support EF </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Julie Lerman </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://www.thedatafarm.com/blog/2008/08/12/EntityFrameworkChangesBetweenSP1BetaAndRTM.aspx" class="headingLink"> Entity Framework changes between SP1 Beta and RTM </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Julie Lerman </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://documentationtools.blogspot.com/2008/08/sql-documentation-tool-791-for-sql.html" class="headingLink"> SQL Documentation Tool 7.9.1 for SQL Server </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> noreply@blogger.com (Brett Burridge) </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspadvice.com/blogs/robertb/archive/2008/08/12/IIS-7-Podcast.aspx" class="headingLink"> IIS 7 Podcast </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Robert Boedigheimer </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://blog.davidyack.com/journal/2008/8/12/updated-net-35-enhancements-training-kit.html" class="headingLink"> Updated .NET 3.5 Enhancements Training Kit </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> David Yack </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://community.devexpress.com/blogs/ctodx/archive/2008/08/11/net-framework-assistant.aspx" class="headingLink"> .NET Framework Assistant </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Julian M Bucknall </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://community.devexpress.com/blogs/aspnet/archive/2008/08/11/visual-studio-2008-service-pack-1-released-download-recommended.aspx" class="headingLink"> Visual Studio 2008 Service Pack 1 Released! </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Mehul Harry (Developer Express) </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://community.devexpress.com/blogs/ctodx/archive/2008/08/11/is-net-too-successful.aspx" class="headingLink"> Is .NET too successful? </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Julian M Bucknall </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspadvice.com/blogs/elandes/archive/2008/08/11/Podcast-with-Mary-and-Tom-Poppendieck-from-Hanselminutes.aspx" class="headingLink"> Podcast with Mary and Tom Poppendieck from Hanselminutes </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Eric Landes </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://feeds.feedburner.com/~r/JasonNGaylord/~3/362218222/use-linq-to-xml-to-generate-excel-documents.aspx" class="headingLink"> Use LINQ to XML to Generate Excel Documents </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Jason N. Gaylord </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspadvice.com/blogs/joteke/archive/2008/08/11/If-your-XML-is-somehow-always-written-using-UTF_2D00_16-_2800_in-.NET_2900_-_2C00_-no-matter-what-you-try_2E002E002E00_.aspx" class="headingLink"> If your XML is somehow always written using UTF-16 (in .NET) , no matter what you try... </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Teemu Keiski </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspadvice.com/blogs/joteke/archive/2008/08/11/VS2008-SP1-and-.NET-3.5-SP1.aspx" class="headingLink"> VS2008 SP1 and .NET 3.5 SP1 </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Teemu Keiski </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://feeds.feedburner.com/~r/JasonNGaylord/~3/362121585/asp-net-3-5-sp1-formerly-quot-asp-net-3-5-extensions-quot-released.aspx" class="headingLink"> ASP.NET 3.5 SP1 (Formerly "ASP.NET 3.5 Extensions") Released </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Jason N. Gaylord </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://feeds.feedburner.com/~r/JasonNGaylord/~3/362121588/known-postback-issue-with-ajax-controls.aspx" class="headingLink"> Known Postback Issue with AJAX Controls </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Jason N. Gaylord </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://blogs.msdn.com/kaevans/archive/2008/08/11/xmlwritersettings-encoding-being-ignored.aspx" class="headingLink"> XmlWriterSettings Encoding Being Ignored? </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Kirk Allen Evans </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- Repeat for each blog post --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://stevesmithblog.com/blog/dotnetrocks-talk-on-business-and-entrepreneurship/" class="headingLink"> DotNetRocks Talk on Business and Entrepreneurship </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Steven Smith </span> </td> </tr> <!-- End Repeat for each blog post --> <!-- End Blog Posts Section --> <!-- Popular Article --> <tr> <td align="left"> <div style="font-size: 1em; color: White; font-family: arial; font-weight: bold; padding-top: 10px;"> ASP Alliance Most Popular Articles</div> </td> </tr> <tr> <td align="right" style="background-color: #FFFFFF"> <div style="color: black; font-size: 0.7em; font-family: Arial"> <a href="http://aspalliance.com/RecentArticles.aspx" style="color:#CC0000; text-decoration: none; font-size: 0.7.em; font-family: Arial"> More Articles »</a></div> </td> </tr> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/475_Make_Reports_Quickly_With_ASPNET_and_XML" class="headingLink">Make Reports Quickly With ASP.NET and XML </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Andrew Mooney , 7th July 2004 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> Sometimes you need to create reports quickly. You might not always have time to format fancy reports containing graphs. Or maybe you have to create reports that do not need graphs. Reusing one ASP.NET web page you can display many reports. </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1125_Dynamically_Templated_GridView_with_Edit_Delete_and_Insert_Options" class="headingLink">Dynamically Templated GridView with Edit, Delete and Insert Options </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By G Mohyuddin , 22nd January 2007 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> In this article the author presents a comprehensive solution to build a GridView with template fields generated at run time with in-place Insert, Delete and Edit operations with a full description of an effective implementation and usage of ITemplate interface. </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/520_Detecting_ASPNET_Session_Timeouts" class="headingLink">Detecting ASP.NET Session Timeouts </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Robert Boedigheimer , 27th September 2004 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> Determine if a user's Session is still active. </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/895_Understanding_the_JavaScript___doPostBack_Function" class="headingLink">Understanding the JavaScript __doPostBack Function </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Mohammad Azam , 20th June 2006 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> In this article we will look into the __doPostBack function of JavaScript. Read the article to find some insights about the function. </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/625_C_and_VBNET_Comparison_Cheat_Sheet" class="headingLink">C# and VB.NET Comparison Cheat Sheet </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Steven Swafford , 21st February 2005 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> A quick cheat sheet that highlights some key syntactical differences between C# and VB.NET. While this is not all inclusive this cheat sheet proves to be a handy reference. </div> </td> </tr> <!-- End Repeat for each article --> <!-- End Popular Articles --> <!-- Crystal --> <tr> <td align="left"> <div style="font-size: 1em; color: White; font-family: arial; font-weight: bold; padding-top: 10px;"> Crystal Alliance Recent Articles</div> </td> </tr> <tr> <td align="left" style="background-color: #FFFFFF"> <div style="color: black; font-size: 0.7em; font-family: Arial"> <a href="http://businessobjects.com/" style="color:#CC0000; text-decoration: none; font-size: 0.7.em; font-family: Arial">Sponsored by BusinessObjects</a></div> </td> </tr> <tr> <td align="right" style="background-color: #FFFFFF"> <div style="color: black; font-size: 0.7em; font-family: Arial"> <a href="http://aspalliance.com/crystal" style="color:#CC0000; text-decoration: none; font-size: 0.7.em; font-family: Arial">More Crystal Reports Resources »</a></div> </td> </tr> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1673_Creating_SubReports_Using_Crystal_Reports" class="headingLink">Creating Sub-Reports Using Crystal Reports </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Mohammad Azam , 11th July 2008 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> This article demonstrates the creation of sub-reports using Crystal Reports. After providing a short overview of the database design, the author delves deeper into the report building process in a series of steps with associated screenshots. Towards the end of the article, he shows us how to display the report on a web page. </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1689_Cross_Tab_Craziness_in_Crystal_Reports" class="headingLink">Cross Tab Craziness in Crystal Reports </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Jeff McWherter , 8th July 2008 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> Many times beginning Crystal Reports authors overlook the powerful feature of cross tabs, in this article we discuss the basics of creating and formatting cross tabulations in Crystal Reports 2008. </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1675_Video_Creating_SubReports_Using_Crystal_Reports" class="headingLink">Video: Creating Sub-Reports Using Crystal Reports </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Mohammad Azam , 23rd June 2008 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> In this video, Mohammad Azam demonstrates how to create sub-reports in crystal reports. He walks you through the steps required to display hierarchical data using crystal reports. [8:40] </div> </td> </tr> <!-- End Repeat for each article --> <!-- End Crystal --> <!-- SSRS --> <tr> <td align="left"> <div style="font-size: 1em; color: White; font-family: arial; font-weight: bold; padding-top: 10px;"> SQL Server Reporting Services Recent Articles</div> </td> </tr> <tr> <td align="left" style="background-color: #FFFFFF"> <div style="color: black; font-size: 0.7em; font-family: Arial"> <a href="http://softartisans.com/" style="color:#CC0000; text-decoration: none; font-size: 0.7.em; font-family: Arial">Sponsored by SoftArtisans</a></div> </td> </tr> <tr> <td align="right" style="background-color: #FFFFFF"> <div style="color: black; font-size: 0.7em; font-family: Arial"> <a href="http://aspalliance.com/sql-reporting" style="color:#CC0000; text-decoration: none; font-size: 0.7.em; font-family: Arial">More SQL Server Reporting Services Resources »</a></div> </td> </tr> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1617_Creating_Agile_Project_Reports_with_TFS_and_Reporting_Services__Part_2" class="headingLink"> Creating Agile Project Reports with TFS and Reporting Services - Part 2 </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Eric Landes , 7th April 2008 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> In this second part of the series, Eric shows the reader how to create a burndown chart using Reporting Services, Visual Studio 2008, and Team Foundation Server (TFS) 2008 for an agile project. After giving a short introduction and the requirements, he examines the creation of burndown reports with the help of relevant SQL statements and screen shots. </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1585_Creating_Agile_Project_Reports_with_TFS_and_Reporting_Services__Part_1" class="headingLink"> Creating Agile Project Reports with TFS and Reporting Services - Part 1 </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Eric Landes , 19th February 2008 </span> </td> </tr> <tr> <td align="left" style="background-color: #EEEEEE; padding-left: 25px;"> <div style="color: black; font-size: 0.8em; font-family: Arial"> In this first part of the series, Eric shows the reader how to create two reports using Reporting Services, Visual Studio 2008, and Team Foundation Server (TFS) 2008 for an agile project. After giving a short introduction and the requirements, he examines the creation of scenario story report with the help of relevant SQL and screen shots. </div> </td> </tr> <!-- End Repeat for each article --> <!-- Repeat for each article --> <tr> <td align="left" style="background-color: #EEEEEE"> <a href="http://aspalliance.com/1318_Using_Local_Microsoft_SQL_Server_Reporting_Services_in_ASPNET" class="headingLink"> Using Local Microsoft SQL Server Reporting Services in ASP.NET </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By