|
29th September 2009
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
DevConnections returns to Mandalay Bay in Las Vegas November 9-12.
|
This blockbuster event includes Microsoft ASP.NET Connections, SQL Server Connections, Visual Studio & Architect Connections , and SharePoint Connections. 200+ killer sessions delivered by the best and brightest in the industry! This year, we’ve added an Open Spaces evening where attendees & speakers can deliver passionate, bleeding-edge content that may not fit the constraints of regular sessions. Keynote by Microsoft’s Scott Guthrie and others. All this for one price. Don’t miss the show that everyone will be talking about this Fall.
http://www.devconnections.com/
|
|
|
|
Featured Article
|
|
|
Building Reports using ASP.NET and Crystal Reports - Part 5 - Creating Reports as a Web Service
By
Vince Varallo
, 28th September 2009
|
|
In this article, Vince walks the user through the process of creating a Crystal Report as a web service and then creating a web site to consume the service. After providing a short introduction, he examines the relevant steps which includes the creation of a web service, adding crystal reports file, and establishing database connectivity using Visual Studio 2008. Towards the end of the article, he examines the creation of a web site with the help of relevant source code and screenshots.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Microsoft has started another program aimed at helping cut the costs of small businesses. BizSpark has been around for a while and helps new businesses get on their feet by supplying licensing for Microsoft software for a few years. DreamSpark is the program focused on getting Microsoft's technology into the hands of students.
The new program is called WebsiteSpark and is for companies focused on web design and development. It offers licenses for standard web development tools from Microsoft as well as some production server software licenses.
Eligibility Requirements:
An eligible Web design and development company must have the following characteristics at the time of joining:
- A professional service firm whose primary business is providing Web development and design services for its clients, with
- no more than 10 members (including owners and employees).
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
How to read and write ODF/ODS files (OpenDocument Spreadsheets)
By
Josip Kremenic
,
28th September 2009
|
|
How to read and write ODF/ODS files (OpenDocument Spreadsheets).
|
|
Sponsor Advertisement
|
|
A smart way to write SQL more quickly
|
Some developers write SQL amazingly fast. Do you want to know their secret? It’s Red Gate SQL Prompt.
"This is a must-have tool for all T-SQL developers." Brian Brewder, Brian Online
Download your copy of SQL Prompt today.
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
SQL Divide By Zero Error Solved
Steven Smith
|
Transactional Data Persistence with OpenAccess
Brendan Enrick
|
Building an MVC Gaming Statistics Site – Setting Up the Project
Brendan Enrick
|
Obtain Web Server Details With CSharp Or VB.NET
Steven
|
Protect against Phishing
Anand Narayanaswamy
|
GiveCamps Get a new Sponsor
Steven Smith
|
Victory In Software Development
scott
|
Wiki Resources
Steven
|
Gmail Problems
Steven Smith
|
Goolge Books And Google Book Downloader
Steven
|
Telerik Sitefinity 3.7 SP1 – Links & Tutorials
BilalHaidar [MVP]
|
How To Embedded StyleSheet File with Custom Control.
Abdulla.Abdelhaq
|
Query password protected sites using IIS SEO Toolkit beta 2 available
steve schofield
|
Sys.UI.DataView rendered event
bmains
|
ExamForce Offers For IT Professionals
Steven
|
The 2nd Place Winner - Telerik Silverlight Contest
BilalHaidar [MVP]
|
Microsoft Launches WebsiteSpark
Steven
|
Vermont IT Jobs: SQL DBA needed at AllScripts in Burlington, VT
Julie
|
|
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.
|
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.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
Building Reports using ASP.NET and Crystal Reports - Part 5 - Creating Reports as a Web Service
By
Vince Varallo
,
28th September 2009
|
|
In this article, Vince walks the user through the process of creating a Crystal Report as a web service and then creating a web site to consume the service. After providing a short introduction, he examines the relevant steps which includes the creation of a web service, adding crystal reports file, and establishing database connectivity using Visual Studio 2008. Towards the end of the article, he examines the creation of a web site with the help of relevant source code and screenshots.
|
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.
|
|
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
|
|
Get your development team all moving in the same direction
|
NimblePros is an agile software development shop that provides training and mentoring to companies that wish to achieve greater success by implementing agile processes themselves.
With the help of NimblePros, your team can: - Adopt agile software development processes
- Ship better code, more frequently
- React quickly to changing requirements
Go to NimblePros.com to learn more.
|
|
|