Having trouble reading this e-mail? Read this or any of our past issues in our online Newsletter Archive.
18th November 2008
ASPAlliance Times
The industry newsletter for Active Software Professionals
Sponsor Advertisement
CodeIt.Right The First Time

It is hard to keep up with coding guidelines and best practices. It is even harder to find performance pitfalls and security violations in your code. And most difficult is to fix all of these manually.

Some developers don't have to face the above issues. Because they use CodeIt.Right!

CodeIt.Right enables you "to finally enforce the Team Standards you talk about but only ever do after lots of fighting!" - John Stout

Download a free 30-day trial of CodeIt.Right!

Delivered by SubMain - Your Coding Guidelines and Best Practices Experts!

Featured Article
 
Creating Custom GridView Control
By Abdulla Hussein AbdelHaq, 17th November 2008
In this article, Abdulla examines the creation of a new custom GridView control from scratch, which allows the developer to include a checkbox column to the GridView control automatically with embedded JavaScript code to check/uncheck the checkbox column without the need to write any bit of code. He begins with comprehensive coverage of the steps involved in customization of the GridView class and implementation of template classes. Towards the end of the article, Abdulla examines the usage of the control with Visual Studio 2005. The article also covers how to embed a JavaScript file with a custom control and how to use it later on with the help of detailed analysis, relevant source code, and screenshots.
Editor's Comments
 
By Steven Smith
Today we're launching SilverlightFeeds.com, an aggregate site moderated by community volunteers which pulls in useful Silverlight content from many talented bloggers. The site provides a nice one-stop shopping location for very high signal-to-noise ratio Silverlight content, without the typical off-topic posts most blogs include. We're looking for additional feeds – feel free to add yours via the link on the home page (no need to register – anyone can do it) as well as for moderators. If you'd like to be a moderator, please contact me and let me know a little bit about your Silverlight background (Silverlight Insiders, MS employees, and MVPs in general get preferential treatment, but not required) and I'll most likely invite you to help moderate the posts that come in.
New Articles on ASPAlliance.com
Exemplifying the Factory Method Pattern inside the .NET Framework
By Xianzhong Zhu , 12th November 2008
The Factory Method pattern is one of the most used design patterns. In this article, Xianzhong demonstrates the basic idea of the popular Factory Method pattern, and then gets further into the utilization of this pattern in .NET by unveiling the design secret of the WebRequest class with the help of relevant screenshots and source code.
Building Web Sites with ASP.NET - Part 2
By Brian Mains , 14th November 2008
In this second part of the series, Brian demonstrates how to add AJAX features for an application that already has been built using the server-based approach of posting back and processing data on the server. This article shifts the application to doing more work on the client. After providing a detailed overview of the topic, he examines the steps required to implement AJAX features with the help of a sample application which renders news content using the ListView control with the help of relevant source code.
Video: A Look at the Container Controls in WPF
By Mohammad Azam , 17th November 2008
In this video Mohammad Azam looks at different container controls available in WPF. This includes the WrapPanel, the StackPanel, and the DockPanel controls. [6:11]
Sponsor Advertisement
STOP PAYING CREDIT CARD GATEWAY FEES!

.netCHARGE 6.1 is a .NET credit card processing component that supports native processor integration which enables you to communicate directly from your site to payment processors. NEW: Amazon FPS and native Global Payments processor support.

Direct processor support = fewer fees! Now supporting 50+ processors and gateways. Integrates easily with your ASP.NET web site, shopping cart or even a simple payment form. $125

http://www.dotnetcharge.com/.

ASP Alliance Authors' Recent Blog Entries
Spike Code and Source Control
scott
Win a $50,000 Technology Makeover
Jason N. Gaylord
Summary of the MSDN Freedom Roadshow
Jason N. Gaylord
Update on Silverlight 2 - and a glimpse of Silverlight 3
ScottGu
Single Letter Variable Names Still Considered Harmful
scott
ASP.NET AJAX's CompositeScript in .NET 3.5 SP 1
BilalHaidar [MVP]
My presentation in Barcelona TechEd 2008 - Speaker Idol
BilalHaidar [MVP]
Installing Windows Home Server
Steven Smith
CodeMash 2009 Sessions Announced
Steven Smith
Styling a Silverlight Twitter Application with Expression Blend 2
ScottGu
Mapping with Expressions
scott
Microsoft RampUp !!!
BilalHaidar [MVP]
Silverlight: Live Mesh Integration, Surviving the Olympics and Future Expectations – Interview with Scott Guthrie
craigshoemaker
Stories Too Big – Vertical Slices
Steven Smith
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 2
By Eric Landes , 3rd October 2008
Eric continues the series on how to format your Crystal reports programmatically. This can be very helpful when deploying the same reports for different customers who want a different look. He demonstrates the different formatting methods, such as custom formatting a WinForm application, and also that of Crystal objects with the help of relevant source code.
Lessons Learned: Sorting out Crystal Reports 2008 Versioning, Service Packs and Deployment
By Julia Lerman , 24th September 2008
Moving reports in a sizable application from Crystal Reports for Visual Studio 2005 to Crystal Reports 2008 is a time consuming and frustrating transition - mostly because of some missing key information. This article helps you to avoid this pain by providing guidance based on the lessons the author has learned from her development experience. After providing a brief history and comparison of different versions of Crystal Reports, she examines the development of applications using Crystal Reports under Windows Vista 64 bit and gives some tips to avoid potential problems along with a brief outline of Redistribution of Reports.
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.
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
By Shaun Eutsey , 12th July 2007
This article examines the steps the author took to make the local reports work using Microsoft SQL Server Reporting Services in ASP.NET.
Sponsor Advertisement
Filter the noise from the clouds

All things Azure now can be found together on one common site without the noise common on most blogs. Find collections of blogs and other Azure news and content sites with the click of a button. Click here.