ÿþ <!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 - - 22nd July 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"> 22nd July 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"> Over 60 Free Controls by DevExpress </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> DevExpress is offering Visual Studio developers access to over 60 visual controls free of charge& without any royalties or distribution costs. </p><p> To learn more about these free controls for both WinForms and ASP.NET and to download your free copy, visit us online at:<br></br><a href="http://www.devexpress.com/60">www.devexpress.com/60</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/1679_Data_Conversion_and_Validation" class="headingFeatureLink"> Data Conversion and Validation </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> By Brian Mains, 16th 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 shows techniques to convert data or issues when working with data conversion and validation. Brian examines the techniques involved in Data and Nullable Type Conversion with the help of code snippets in C#. He also provides an outline of String, Data Type ranges, and the different ways with which you can manipulate data input in ASP.NET. </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/1679_Data_Conversion_and_Validation" style="color: #CC0000; text-decoration: none;"> http://aspalliance.com/1679_Data_Conversion_and_Validation </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>For those of you staying on the bleeding edge of the MVC technology, you re likely interested in the release of <a href="http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=15389">ASP.NET MVC Preview 4<a/>. With last week s release comes some new built-in functionality. Even in the previous version, ASP.NET MVC contained a feature called Filter Interceptors. This extensibility was built in, but there were not any pre-built filters to use. These filters are used like class or method attributes, but they give functionality similar to some page directives and more. <a href="http://weblogs.asp.net/scottgu/archive/2008/07/14/asp-net-mvc-preview-4-release-part-1.aspx">Scott Guthrie announced this release</a> last week, and with the release he included information about these Filter Interceptors. </p> <p>Filter interceptors are extensible and you can create them to do whatever you want, but some of the built-in ones provide commonly needed functionality: Output Caching, Error Handling, and Security. These filters can be applied to controllers or to the controller actions.</p> <p><a href="http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=15389">Download the ASP.NET MVC Preview 4</a>.</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://aspadvice.com/blogs/ssmith/" 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/1678" class="headingLink"> Book Review: Murach's Visual Basic 2008 </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Anand Narayanaswamy , 18th 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"> Visual Basic 2008 contains more new features than its previous version. In this review, Anand voices his opinion about the book Murach's Visual Basic 2008 by examining the content provided under each section. He also provides suggestions and recommendations to improve the quality of the book. </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/1685" class="headingLink"> Developing and Deploying a SharePoint Feature - Part 2 </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Steven Barden , 21st 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 displays the development and deployment of code that builds a Word Document List by way of activating a feature we have previously constructed. Part 1 of this article series showed how the feature is developed and, once installed, a blank feature was then enabled and disabled. In this article, Steven Barden builds on that by adding code designed to build an empty and fairly sparse Word Document List. He demonstrates the differences between one component and the other, in this case the Feature and the Word Document creation code that uses information from the FeatureActivated method of the FeatureReceiver:SPFeatureReceiver class. </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/1696" class="headingLink"> Video: Converting a User Control Into a Reusable Custom Server Control </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Mohammad Azam , 21st 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"> In this video Mohammad Azam demonstrates how to convert a user control into a reusable custom server control. He walks through how to create this control in a step-by-step manner, explaining as he demonstrates. [5:02] </div> </td> </tr> <!-- End Repeat for each article --> <!-- End New Articles Section --> <!-- Begin Middle 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"> Warning: Use of CodeSmith may cause unforeseen productivity </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> July 2008 -- Business managers rioted outside the offices of CodeSmith Tools in Dallas, TX today complaining of developers 'going home early' and 'getting projects done too soon'. "CodeSmith does their work for them, they just write a template and hit 'run'," said one pointed headed manager, "it's just not fair! What with CLSA, LINQ, .netTiers, and more frameworks all just built in? With all of this productivity they might not need us anymore." </p><p> Read more about CodeSmith at <a href="http://codesmithtools.com/?s=lq">http://codesmithtools.com</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 Middle Advertisement --> <!-- 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://community.devexpress.com/blogs/garyshort/archive/2008/07/22/you-say-potato-i-say-potahto-localization-in-the-express-application-framework.aspx" class="headingLink"> You say Potato I say Potahto: Localization in the eXpress Application Framework </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Gary Short (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://aspadvice.com/blogs/joydip/archive/2008/07/22/My-Latest-Book_2C00_-_2200_Sams-Teach-Yourself-ASP.NET-Ajax-in-24-Hours_2200_-is-published_2100_.aspx" class="headingLink"> My Latest Book, "Sams Teach Yourself ASP.NET Ajax in 24 Hours" is published! </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> joydipkanjilal </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/07/21/betas-and-forums-for-wpf-grid-and-charts.aspx" class="headingLink"> Betas and forums for WPF grid and charts </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://weblogs.asp.net/plip/archive/2008/07/21/manchester-girl-geek-dinners.aspx" class="headingLink"> Manchester Girl Geek Dinners </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Phil Winstanley </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/jfuentes/archive/2008/07/21/BD_2D00_4-parts-needed-list.aspx" class="headingLink"> BD-4 parts needed list </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> Jose Fuentes </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.codedigest.com/Articles/Sharepoint/98_AJAX_Dependent_Custom_Fields.aspx" class="headingLink"> AJAX Dependent Custom Fields </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> </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://bhaidar.net/cs/archive/2008/07/20/asp-net-ajax-roadmap.aspx" class="headingLink"> ASP.NET AJAX Roadmap </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> BilalHaidar [MVP] </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.codedigest.com/Articles/Javascript/99_Javascript_tips_for_ASPNet.aspx" class="headingLink"> Javascript tips for ASP.Net </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> </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/07/18/data-maps-map-charts-dashboard-maps-interactive-maps.aspx" class="headingLink"> Data maps? Map charts? Dashboard maps? Interactive maps? </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://feeds.feedburner.com/~r/PolymorphicPodcastBlog/~3/339282537/noe-excuses-for-bad-speling.aspx" class="headingLink"> Noe Excuses for Bad Speling </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> craigshoemaker </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/PolymorphicPodcastBlog/~3/339259500/top-web-design-mistakes.aspx" class="headingLink"> Top Web Design Mistakes </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> craigshoemaker </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/07/18/WhatIWontBeDoingThisWeekend.aspx" class="headingLink"> What I won't be doing this weekend </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://blogs.msdn.com/rahulso/archive/2008/07/18/asp-net-how-to-write-error-messages-into-a-text-file-using-a-simple-httpmodule.aspx" class="headingLink"> ASP.NET:How to write error messages into a text file using a simple httpModule </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> rahulso </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://bhaidar.net/cs/archive/2008/07/17/asp-net-session-state-for-native-http-requests-in-iis-7-0.aspx" class="headingLink"> ASP.NET Session State for Native HTTP Requests in IIS 7.0 </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> BilalHaidar [MVP] </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://dotnetslackers.com/Community/blogs/bmains/archive/2008/07/17/ajax-working-with-events.aspx" class="headingLink"> AJAX: Working with Events </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> bmains </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://dotnetslackers.com/Community/blogs/bmains/archive/2008/07/17/ajax-working-with-properties.aspx" class="headingLink"> AJAX: Working with Properties </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold"> bmains </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/1461_Page_and_User_Control_Communication" class="headingLink">Page and User Control Communication </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Brian Mains , 14th November 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"> This article shows how the page and user controls within the page can communicate together with a little more work. It shows how the use of interfaces or custom page classes can make the application more efficient and reduce code. </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/72_Server_Side_Viewstate" class="headingLink">Server Side Viewstate </a> <br /> <span style="font-size: 0.7em; color: black; font-family:Tahoma; font-weight: bold">By Robert Boedigheimer , 10th October 2003 </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"> Store viewstate information on the web server to avoid corrupted viewstate and browser limitations. </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