|
18th August 2009
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
Scale Out Your Server Farm Applications.
|
Developing fast, scalable applications for server farms is a big challenge. Your applications must scale seamlessly as the farm grows to handle ever increasing load.
Today's developers have discovered that distributed caching is the key to reaching their performance goals. By keeping frequently accessed, fast-changing data close to where it's used and globally accessible across the farm, your applications will have the data they need, when they need it.
ScaleOut StateServer® is the performance leader in distributed caching for .NET applications. Best of all, it is production-proven and easy to use.
Download a free evaluation copy and get started today!
|
|
|
|
Featured Article
|
|
|
Building Reports Using ASP.NET and Crystal Reports - Part 4: Dynamic Grouping
By
Vince Varallo
, 18th August 2009
|
|
In this fourth part of the series, Vince Varallo examines the creation of an employee report and demonstrates the usage of Crystal Reports object model to change the grouping fields and manipulate the properties of the group at runtime to show or hide sections, reset the page number, or insert a page break using Visual Studio 2008. He provides a step-by-step analysis of each procedure with the help of relevant screen shots and source code.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Today the SQL Azure team released their first public community tech preview (CTP). You can read more at the official announcement, or download it here. More info from the announcement:
The SQL Azure Database CTP includes:
- Relational data model supporting Transact-SQL (T-SQL), including T-SQL stored procedures. Access SQL Azure with familiar data access APIs such as ODBC, OLE DB, ADO.Net, PHP, etc. The high degree of compatibility with SQL Server enables easy migration of existing Line of Business (LOB) or Web applications to the cloud.
- Self-provisioning, auto-healing and disaster recovery, with high availability and no physical database administration. Self service provisioning means you can provision any number of databases and not have to worry about machines, disks, or server configuration.
- Pay-as-you-grow multi-tenant scalable service model.
- Efficiencies from an enterprise class data center without the administrative overhead.
- Support for familiar tools so developers can leverage existing skills to speed time to solution
Also, on a different note, our featured article this week is the fourth in a series that teaches how to implement some commonly requested reporting features. Throughout the series, we have shown how to build an invoice application, generate a quarterly sales report, generate an invoice report with disconnected data, and today how to change a report’s grouping without creating a new report file. View these and several other articles that teach how to use Crystal reports here.
|
|
|
|
Sponsor Advertisement
|
|
Stay connected to the experts you trust with DevMavens.
|
Visit the ALL-NEW community and philanthropic site - DevMavens.com to learn what the most trusted community leaders like Scott Guthrie, Rick Strahl, Jeffrey Palermo, Jeff Atwood and more are saying every day.
http://devmavens.com
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Oslo + Data Programmability (EF, ADO.NET, etc.) Teams Merge
Julie
|
Columns & Rows - Silverlight Series on DataGrid - ASPNETPRO
BilalHaidar [MVP]
|
2 Ways to store InfoPath VSTA projects in a source control repository
S.Y.M. Wong-A-Ton
|
How To Download A Beta From The Client Center
Mehul Harry (Developer Express)
|
ASP.NET Tip: Take Your Application Offline
Steven
|
Best Practices Webcast by INETA APAC
Colt
|
PowerShell Script with ASP.NET and Console Application
Colt
|
Data Refresh Failed in Excel Services
Colt
|
Windows 7 Upgrade or Repave?
David Yack
|
Understanding SMTP Status Codes
Steven
|
Scott Hansleman Provides A Step-By-Step: How To “Upgrade” from Windows XP to Windows 7
Steven
|
Burn Down Your House
James Bender
|
RadControls Silverlight 3 Official with Q2 2009 SP1
BilalHaidar [MVP]
|
FTP 7.5 blind drop article
steve schofield
|
InfoPath Training Video: Adding and Using Data Connections in InfoPath
S.Y.M. Wong-A-Ton
|
Edit, Update, Delete and Insert data with DataList control using LINQ
|
MSDN Subscription Installer
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.
|
Understanding the JavaScript __doPostBack Function
By
Mohammad Azam
,
20th June 2006
|
|
In this article we will look into the __doPostBack function of JavaScript. Read the article to find some insights about the function.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
Building Reports Using ASP.NET and Crystal Reports - Part 4: Dynamic Grouping
By
Vince Varallo
,
18th August 2009
|
|
In this fourth part of the series, Vince Varallo examines the creation of an employee report and demonstrates the usage of Crystal Reports object model to change the grouping fields and manipulate the properties of the group at runtime to show or hide sections, reset the page number, or insert a page break using Visual Studio 2008. He provides a step-by-step analysis of each procedure with the help of relevant screen shots and source code.
|
Building Reports using ASP.NET and Crystal Reports - Part 3 - An Invoice Report Using Disconnected Data
By
Vince Varallo
,
20th July 2009
|
|
In this third part of the series, Varallo shows how to rebuild the Invoice created in Part 1 using disconnected datasets instead of connecting directly to the database. This gives the user the flexibility to manipulate the data and implement rules in a c# business class rather than in the report. He provides a detailed overview of each concept in a step-by-step manner supported with screen shots and source code.
|
How to handle multiple queries simultaneously in Crystal reports connecting from Business object Universe.
By
Umesh Bansal
,
24th June 2009
|
|
We have come across a situation where we have to generate the report from more then 2 queries using crystal reports. All queries are different -- 2 transaction tables with relevant joins from dimension tables. So to make the report we have to create 2 different connections from the universe and it eventually gave performance problems when dealing with a large sets of records.
In this case, we have to link each query with the others on the basis of common dimensions. While fetching a report with a large amount of data, it takes a lot of time to complete.
|
|
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.
|
|
|