|
26th August 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
DevConnections Returns to Las Vegas, November 10-13, 2008
|
Don’t miss your opportunity to connect to Microsoft and industry experts when DevConnections returns to Las Vegas. Dive into the latest products and technology with 250+ no-hype in-depth sessions. Keep your competitive edge by staying on top of the latest technology as you network with and learn from over 150 Microsoft architect and industry experts.
DevConnections rocks the technology industry as the largest and most exciting event focused on Microsoft technology and your needs. But don't wait. Register today. Last Fall sold out with over 5,000 attendees! www.devconnections.com
|
|
|
|
Featured Article
|
|
|
SharePoint Application and Site Pages - Part 1 of 2
By Steven Barden, 26th August 2008
|
|
In this first part of the two part series, Steven covers the differences between Site and Application pages in SharePoint 2007, why each may be used in various circumstances, and prepares for the construction of a menu located application page. After a brief introduction he examines the concept of Site Pages and Application Pages separately in detail with supported screenshots.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Earlier this week, Bertrand Le Roy announced the release of the AJAX Control Toolkit for .NET 3.5 SP1. The AJAX Control Toolkit is a free collection of controls and control extenders that provide richer AJAX and DHTML functionality. The project is a collaboration between Microsoft and the developer community, and is hosted at CodePlex. You can download the latest version or view the controls in their live gallery via the links below. Enjoy!
Download from CodePlex
View Live in Gallery
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Introduction to Java Structs
By
Amarnath Singh
,
20th August 2008
|
|
Web applications differ from conventional websites in that web applications can create a dynamic response. Many websites deliver only static pages. A web application can interact with databases and business logic engines to customize a response. Struts is a free open-source framework for creating Java web applications. In this article, Amarnath examines the concept of Java Structs in detail with the help of relevant code listings. He initially provides a brief coverage of the MVC architecture and then discusses the advantages and configuration steps involved with the development of Structs. He concludes the article with the sequence of steps which will happen in the background when a client requests a Structs 2.0 application.
|
How to Change Crystal Report Formatting for Different Customers - Part 1
By
Eric Landes
,
21st August 2008
|
|
In this article, Eric shows us how to give the same report a different style for your different customers with minimal involvement from the developer. After providing a brief overview and requirements specification, he outlines the formatting options with the help of source code and screenshots. Toward the end of the article, Eric demonstrates how to set different styles for your application and also provides the relevant project which you can download and work on.
|
SQL Server 2008 New Features - Merge Statement
By
Nidal Arabi
,
22nd August 2008
|
|
In this article Nidal examines the usage of a SQL Server 2008 feature named Merge statement. It is a new TSQL Statement that allows you to perform join of tables and then apply one of three different operations on the result set. He demonstrates the concepts with the help of step-by-step explanations accompanied by relevant SQL statements.
|
Video: Returning ArrayList from the Web Service
By
Mohammad Azam
,
25th August 2008
|
|
If the generic list is not an option perhaps because of the framework version being used, the ArrayList should be used instead. In this video Mohammad Azam demonstrates how to return an ArrayList from a Web Service.[4:34]
|
Integrating ASP.NET Ajax WebPart with SharePoint 3.0
By
Abdulla Hussein AbdelHaq
,
25th August 2008
|
|
In this article, Abdulla examines the creation of a custom Ajax WebPart from scratch and the deployment of it into SharePoint Server 3.0. He illustrates how to add a script manager tag inside SharePoint page dynamically and how you can deal with the UpdatePanel and UpdateProgress controls programmatically. Finally, he shows how to add the newly created Ajax WebPart into SharePoint Page. Abdulla examines the relevant steps with the help of the source code and related screenshots, and he also provides the complete Visual Studio project files.
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
XPO Cookbook #3 – Persist an Existing Hierarchy Using Attributes
Gary Short (Developer Express)
|
Silverlight 2 line-of-business application
lichen
|
Silverlight Annotation Fun
Julie Lerman
|
How To Redirect To Login Page After Session Timeout
Mehul Harry (Developer Express)
|
DevExpress VCL products: Support for Tiburón
Julian M Bucknall
|
SQL XML - TreeView
Keith Barrows
|
WinForms charting basics with XtraCharts
Julian M Bucknall
|
Word Tip - The Draft View Gutter
Brian Desmond
|
XPO Cookbook #2 – Change the Default Database
Gary Short (Developer Express)
|
Word Tip - Outline View and Document Map
Brian Desmond
|
Display Request Processing Time in ASP.Net pages
|
Error creating control - [text] could not be set on property
David Yack
|
Is "Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control." causing you grief?
Teemu Keiski
|
Pattern for ASP.NET Cache and the new Cache.Insert overload in 3.5 SP1
Teemu Keiski
|
Design Pattern Interview Question part 2 Builder, prototype and singleton pattern
|
Disabling Auto-Complete on ASP.NET Forms
noreply@blogger.com (Masoud Tabatabaei)
|
Slick Site - GrubHub.com
Brian Desmond
|
|
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.
|
Extending an Existing Service: Post Mortem;
By
Terry Voss
,
13th October 2003
|
|
Screen scraping can be fun, but sometimes a serious business. This article describes how to extend an existing service via screen scraping.
|
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.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
How to Change Crystal Report Formatting for Different Customers - Part 1
By
Eric Landes
,
21st August 2008
|
|
In this article, Eric shows us how to give the same report a different style for your different customers with minimal involvement from the developer. After providing a brief overview and requirements specification, he outlines the formatting options with the help of source code and screenshots. Toward the end of the article, Eric demonstrates how to set different styles for your application and also provides the relevant project which you can download and work on.
|
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.
|
|
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 bu |