|
8th July 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
Act now to reserve your spot in the next issue of CoDe Magazine!
|
CoDe Magazine has limited advertising spots left in the Sept/Oct issue on SQL Server 2008. Don’t miss out on your chance to promote your product to 35,000+ professional software developers and technology decision makers. Hurry as deadlines have been extended through Friday, July 11th!
To learn more about CoDe Magazine and advertising opportunities available to you, contact us today.
|
|
|
|
Featured Article
|
|
|
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.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Yesterday, we at ASP Alliance published an article from one of our own. What to Know About Value Types and Reference Types in C# was written by Brendan Enrick, who is one of the editors here at ASP Alliance. In his article he is going back to basics and explaining how the Common Type System works. Specifically he explains the differences between the two categories of type it supports: value and reference. He covers null values and the Nullable type as well as briefly mentioning boxing and unboxing.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Creating Multi-Language Custom Control
By
Abdulla Hussein AbdelHaq
,
2nd July 2008
|
|
Suppose that we are dealing with a multi-language website: English, French, Chinese, etc. and in some forms we need to enter a username in three languages, each language in a separate textbox. Abdulla's custom control allows developers to add these three textboxs inside a custom multilang control that will reform these textboxes inside a sliding div that displays one textbox at a time for the selected language. This custom control includes two icons for each language: one in "on" case, and one for "off" case, so the end user can click in the language image that he wants to enter and the proper textbox will appear in the sliding animation using JavaScript code. He provides a comprehensive explanation of each step involved in developing the control with source codes and screenshots in addition to some of the tips and tricks for advanced functionality.
|
CodeSnip: Redirecting an HTTP Request to HTTPS in IIS 7.0
By
Sudeep G
,
4th July 2008
|
|
IIS 7 has a new User Interface and a new configuration system. In this article Sudeep provides step-by-step information on how to configure HTTP to HTTPS redirection which is a common requirement for Microsoft Exchange.
|
Video: Handing Schema Mapping When Using SqlBulkCopy
By
Mohammad Azam
,
7th July 2008
|
|
In this video, Mohammad Azam demonstrates how to handle schema mapping when using the SqlBulkCopy class to insert bulk data. His demonstration uses non-matching source and destination tables, and he uses mappings to allow the copying. He shows how to statically define mappings as well as how to write code which determines mappings at run-time. [6:12]
|
What to Know About Value Types and Reference Types in C#
By
Brendan Enrick
,
7th July 2008
|
|
Value types and reference types are important concepts in C#. In this article, Brendan describes these concepts in an easy way. This beginners' tutorial is written to help people unfamiliar with these concepts to gain a basic understanding of them.
|
|
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
|
|
|
Parameters in C# - Part 1
|
SQL Documentation Tool 7.8 for SQL Server
noreply@blogger.com (Brett Burridge)
|
Interfaces and Abstraction - New Community Nights Session @ www.LebDev.net
BilalHaidar [MVP]
|
Restku
scott
|
Refactorings by Category, Plus New Videos
Mark Miller (Developer Express)
|
Video: Group Summaries for the DXGrid
Julian M Bucknall
|
Difference Between Value Types and Reference Types in C#
Brendan
|
ASPxHtmlEditor Video: How To Create Custom Buttons And Toolbar
Mehul Harry (Developer Express)
|
Show Page Load Time
Steven Smith
|
Visual Studio Break When Exception Thrown
Steven Smith
|
Unit Testing Time
Steven Smith
|
Cache Access Pattern Revised
Steven Smith
|
ListView Control in ASP.Net 3.5
|
Herding Code
scott
|
Haissam Abdul Malak Blog
BilalHaidar [MVP]
|
Going to World Partner Conference?
David Yack
|
ADO.Net 2.0 Features - Connection Statistics and TransactionScope Object
|
VSLive New York 2008
Robert Boedigheimer
|
Top 5 bestsellers among InfoPath books for the second quarter of 2008
S.Y.M. Wong-A-Ton
|
|
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.
|
Complex Data Binding with the Accordion Control
By
Brian Mains
,
23rd June 2008
|
|
The Accordion control is a flexible way to group data output to the screen. This article demonstrates the usage of the control to data bind information in ASP.NET. Brian clearly examines each step in detail with the help of database structure diagram, relevant explanation, and plenty of source code.
|
Creating Custom Data Field Controls - Part 1
By
Brian Mains
,
4th January 2008
|
|
This article discusses the basics of creating custom data control fields that can be used in the ever popular GridView and DetailsView controls. It will also show you a base class that Brian uses to simplify this process altogether.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
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]
|
Utilizing your .NET projects Automated Acceptance Tests on Crystal Reports - Part 2
By
Eric Landes
,
29th May 2008
|
|
In the second part of this series, Eric shows how to automatically incorporate testing report output from your crystal reports using Fitnesse and Visual Studio 2008. After providing a short overview, he examines the need for testing values and outlines the required steps to build a Fitnesse test. He also deeply analyzes the code sample along with the screenshot of the final output.
|
|
SQL Server Reporting Services Recent Articles
|
|
|
|
|
|
|