|
1st July 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
Build your brand by associating it with top influentials in the Microsoft Developer Community!
|
Regional Directors, MVPs, INETA and conference speakers, authors, and ASPInsiders are titles held by the 7 most influential Microsoft Developer Bloggers in DevMavens. With exclusive advertising on each highly-read blog, your ad will get excellent exposure to build your brand and increase sales! Space is limited so act now to secure your spot!
|
|
|
|
Featured Article
|
|
|
Resizing Data Controls in ASP.NET Applications
By Aravind Kumar, 30th June 2008
|
|
In this article Aravind demonstrates how to resize ASP.NET data controls such as the GridView at run time. After listing a brief overview of the concept, he provides a short coverage of style settings and the events which need to be captured to achieve the desired result. He makes use of a single JavaScript file to illustrate this functionality and provides crisp explanation of each line of the code.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Happy July! This month marks the launch of a new site we’ve been working on to help recognize and support a number of influential bloggers in the .NET developer community. Please help me welcome the initial members of the DevMavens! These bloggers have been invited to be a part of this small but hopefully growing group based on their influence in the community, and the DevMavens site has been set up (using ASP.NET MVC, no less) specifically to provide a portal to reach these influentials. It aggregates and displays their most recent blog and twitter entries, and will hopefully provide a useful, easily accessible view of these influentials for the community.
We’re very excited to launch the site, which we only began developing in April and inviting members and seeking sponsors to support them in June. The sponsorship side of it is modeled after the very successful Deck network, which The Lounge has done a good job of emulating in the developer space with a broad group of bloggers. Our goal is complement their efforts – we want to focus on a much narrower group of influentials, and we are excited about our inaugural members. Please check out the site and let us know what you think!
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Introducing JavaServer Faces
By
Babita Baliarsingha
,
25th June 2008
|
|
In this article Babita provides a brief overview of JavaServer Faces (JSF), its components, life-cycle, and its advantages over so many frameworks and technologies like JSP, Servlet, Struts, etc. You will learn each step involved in the life cycle of a JSF application with the help of detailed explanation and source code.
|
How to Make an Application Offline in ASP.NET 2.0
By
Sanjit Sil
,
27th June 2008
|
|
There are different approaches to taking an application offline, for such things as say maintenance purposes. The latest addition is App_Offline.htm in ASP.NET 2.0 and this article demonstrates how to perform this task. First, is a brief overview of IIS and then the usage of httpRuntime and App_Offline.htm are provided along with detailed analysis and screenshots.
|
Video: Using SqlBulkCopy to Bulk Insert Data between SQL Server Tables
By
Mohammad Azam
,
30th June 2008
|
|
In this video Mohammad Azam demonstrates how to use the SqlBulkCopy class to bulk insert data between SQL Server tables. He describes the steps he takes to perform a bulk copy of data using SqlBulkCopy. [5:55]
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Firefox 3.0 and (ASP.NET) caching observations
Teemu Keiski
|
I am the Egg Man
Mark Miller (Developer Express)
|
Breaking Changes for v2008 vol.2 (frameworks)
Julian M Bucknall
|
Abdi Modaressi on Bringing IMS and Web Services Together at AT&T
Kirk Allen Evans
|
Joe DeCarlo on the Microsoft Certified Architect Program
Kirk Allen Evans
|
DevConnections Session Feedback
Steven Smith
|
IE Developer Toolbar & Fire Bug
noreply@blogger.com (Masoud Tabatabaei)
|
The Impact of Enterprise 2.0 on the Enterprise
Kirk Allen Evans
|
Slugfest!
Julie Lerman
|
Problems with SQL Server Management Studio after installing Vista SP1?
Julie Lerman
|
What's for VB.NET in the Future, interesting to see...
Teemu Keiski
|
ModalPopup Dialog in WPF Browser Applications (XBAP)
BilalHaidar [MVP]
|
Using the information your (development) environment provides - is allowed!
Teemu Keiski
|
How to design and troubleshoot browser forms for performance in InfoPath Forms Services
S.Y.M. Wong-A-Ton
|
Book Review: C# In Depth by Jon Skeet (Manning)
Teemu Keiski
|
Video: Current Row with DXGrid for WPF
Julian M Bucknall
|
Video: Binding DXGrid for WPF to data
Julian M Bucknall
|
|
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.
|
Populating a DropDownList using AJAX and ASP.NET
By
Ramaprasad Potturi and Sanjay Patnaik
,
6th September 2005
|
|
AJAX is the latest buzzword in the web development industry. But what is it, and how can you use it? Ramaprasad Potturi and Sanjay Patnaik explain the technology and provide a real-world example of a web page that presents a country and state pair of drop-down lists, where the state drop-down list is populated dynamically on the client side, removing the need for the page to post back to the server.
|
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
|
|
|
|
|
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.
|
Utilizing your .NET Projects Automated Acceptance Tests on Crystal Reports - Part 1
By
Eric Landes
,
19th May 2008
|
|
In this first part of the series, Eric shows how to use automated acceptance testing against Crystal Reports using the object model. After providing the requirements, he examines how to utilize automated acceptance tests with reports along with sample code to validate the report. He concludes the article by providing a structure of the report settings.
|
|
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 wo |