Having trouble reading this e-mail? Read this or any of our past issues in our online Newsletter Archive.
22nd July 2008
ASPAlliance Times
The industry newsletter for Active Software Professionals
Sponsor Advertisement
Over 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:

www.devexpress.com/60

Featured Article
 
Data Conversion and Validation
By Brian Mains, 16th July 2008
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.
Editor's Comments
 
By Steven Smith

For those of you staying on the bleeding edge of the MVC technology, you’re likely interested in the release of ASP.NET MVC Preview 4. 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. Scott Guthrie announced this release last week, and with the release he included information about these Filter Interceptors.

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.

Download the ASP.NET MVC Preview 4.

New Articles on ASPAlliance.com
Book Review: Murach's Visual Basic 2008
By Anand Narayanaswamy , 18th July 2008
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.
Developing and Deploying a SharePoint Feature - Part 2
By Steven Barden , 21st July 2008
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.
Video: Converting a User Control Into a Reusable Custom Server Control
By Mohammad Azam , 21st July 2008
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]
Sponsor Advertisement
Warning: Use of CodeSmith may cause unforeseen productivity

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."

Read more about CodeSmith at http://codesmithtools.com.

ASP Alliance Authors' Recent Blog Entries
You say Potato I say Potahto: Localization in the eXpress Application Framework
Gary Short (Developer Express)
My Latest Book, "Sams Teach Yourself ASP.NET Ajax in 24 Hours" is published!
joydipkanjilal
Betas and forums for WPF grid and charts
Julian M Bucknall
Manchester Girl Geek Dinners
Phil Winstanley
BD-4 parts needed list
Jose Fuentes
AJAX Dependent Custom Fields
ASP.NET AJAX Roadmap
BilalHaidar [MVP]
Javascript tips for ASP.Net
Data maps? Map charts? Dashboard maps? Interactive maps?
Julian M Bucknall
Noe Excuses for Bad Speling
craigshoemaker
Top Web Design Mistakes
craigshoemaker
What I won't be doing this weekend
Julie Lerman
ASP.NET:How to write error messages into a text file using a simple httpModule
rahulso
ASP.NET Session State for Native HTTP Requests in IIS 7.0
BilalHaidar [MVP]
AJAX: Working with Events
bmains
AJAX: Working with Properties
bmains
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.
Page and User Control Communication
By Brian Mains , 14th November 2007
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.
Detecting ASP.NET Session Timeouts
By Robert Boedigheimer , 27th September 2004
Determine if a user's Session is still active.
Server Side Viewstate
By Robert Boedigheimer , 10th October 2003
Store viewstate information on the web server to avoid corrupted viewstate and browser limitations.
Crystal Alliance Recent Articles
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.
Video: Creating Sub-Reports Using Crystal Reports
By Mohammad Azam , 23rd June 2008
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]
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