Having trouble reading this e-mail? Read this or any of our past issues in our online Newsletter Archive.
16th September 2008
ASPAlliance Times
The industry newsletter for Active Software Professionals
Sponsor Advertisement
60 Free Controls by DevExpress

DevExpress is offering Visual Studio developers access to over 60 visual controls free of charge...without any royalties or distribution costs.

To learn more about these free controls for both WinForms and ASP.NET and to download your free copy, visit us online at:
http://www.devexpress.com/go/ASPAlliance_Newsletter_60FreeControls.aspx

Featured Article
 
SQL Server 2008 New Features - Hierarchy Data Type
By Nidal Arabi, 12th September 2008
The hierarchy data in SQL Server 2008 is best used to implement organization chart as well as tree based kind of variables. In this article, Nidal demonstrates this data type in a step-by-step way. He examines each step in detail with the help of relevant SQL statements and screenshots of the final result.
Editor's Comments
 
By Steven Smith

CodePlex is Microsoft’s open source project repository. It is built using Microsoft Team Foundation System and as such has until recently required the use of Team Explorer to access. However, due to the extreme popularity of Subversion (SVN), an open source tool for source control configuration, CodePlex has just announced support for TortoiseSVN (an SVN client). You can read the full details in the official announcement, here, and access the root of the SVN tree via the web here.

New Articles on ASPAlliance.com
SQL Server 2008 New Features - Table-Value Parameter
By Nidal Arabi , 10th September 2008
With the ability to pass a table or a number of rows as parameter, SQL Server has reduced the repeated number of calls between your application components. Table-value parameters are going to change the way you work with SQL Server programming. Nidal examines this feature in detail with the help of relevant SQL statements along with step-by-step analysis and screenshots.
Introduction to .NET Framework Tools
By Suresh Kumar Goudampally , 15th September 2008
In this article Suresh examines the commonly used 13 .NET Framework tools, such as gacutil.exe, aspnet_regiis.exe, aspnet_compiler.exe, etc. with the help of detailed explanations. He provides the description of relevant commands and options in tabular format and also the usage examples for some of the tools followed by relevant analysis. After finishing the article you will know the purpose and utility of each of these tools in a nutshell.
Video: Using ValidationGroup Control with User Controls
By Mohammad Azam , 15th September 2008
In this video Mohammad Azam demonstrates how to use the ValidationGroup property with user controls. Each user control by default fires the validation of the other one. Using the ValidationGroup property he is able to control which validation is firing. [5:42]
SQL Server Analysis Services Work Flow
By Nidal Arabi , 16th September 2008
The Analysis services project has a series of predefined steps that you can follow to create your end result. In this article, Nidal examines the work flow steps of SQL Server Analysis Services in detail. He begins with a short introduction to SQL Server Analysis Services and then provides comprehensive explanation of the concept with the help of related screenshots.
Sponsor Advertisement
DevConnections Returns to Las Vegas, November 10-13, 2008

Don’t miss your opportunity to connect to Microsoft and industry experts when DevConnections returns to Las Vegas. Dive into the latest products and technology with 250+ no-hype in-depth sessions. Keep your competitive edge by staying on top of the latest technology as you network with and learn from over 150 Microsoft architect and industry experts.

DevConnections rocks the technology industry as the largest and most exciting event focused on Microsoft technology and your needs. But don't wait. Register today. Last Fall sold out with over 5,000 attendees!

www.devconnections.com

ASP Alliance Authors' Recent Blog Entries
Composite Application Guidance for Silverlight?
lichen
J2EE 1.3 and J2EE 1.4 Web service Interoperability
lichen
Chunking Viewstate
haissam
XAF, XPO and the Squeaky Wheel
Gary Short (Developer Express)
WPF: Animating along the Path
bmains
Three-hour marathon interview
Jeff
Manchester's Digital Underworld
Phil Winstanley
A very busy week for Vermont .NET Developers
Julie Lerman
Building Sharepoint List Style GridView with Ajax Control Toolkit
How to move items between two list boxes in InfoPath using C# code
S.Y.M. Wong-A-Ton
Delaying Decisions
Steven Smith
Export to Excel in ASP.Net 2.0 –Gridview to Excel, DataTable to Excel
Science project no more: playing with client frameworks
Jeff
AJAX Script in VS 2008
bmains
JavaScript's Creating Elements
bmains
Interfaces and Testing
Steven Smith
Silverlight InkPresenter: Staying inside the lines
Julie Lerman
IIS7 - Configure Throttling for your documents (any MIME type) and save Bandwidth costs
ASP Alliance Most Popular Articles
Make Reports Quickly With ASP.NET and XML
By Andrew Mooney , 7th July 2004
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.
Dynamically Templated GridView with Edit, Delete and Insert Options
By G Mohyuddin , 22nd January 2007
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.
Detecting ASP.NET Session Timeouts
By Robert Boedigheimer , 27th September 2004
Determine if a user's Session is still active.
Crystal Alliance Recent Articles
How to Change Crystal Report Formatting for Different Customers - Part 1
By Eric Landes , 21st August 2008
In this article, Eric shows us how to give the same report a different style for your different customers with minimal involvement from the developer. After providing a brief overview and requirements specification, he outlines the formatting options with the help of source code and screenshots. Toward the end of the article, Eric demonstrates how to set different styles for your application and also provides the relevant project which you can download and work on.
Creating Sub-Reports Using Crystal Reports
By Mohammad Azam , 11th July 2008
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.
Cross Tab Craziness in Crystal Reports
By Jeff McWherter , 8th July 2008
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.
SQL Server Reporting Services Recent Articles
Creating Agile Project Reports with TFS and Reporting Services - Part 2
By Eric Landes , 7th April 2008
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.
Creating Agile Project Reports with TFS and Reporting Services - Part 1
By Eric Landes , 19th February 2008
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.
Using Local Microsoft SQL Server Reporting Services in ASP.NET