|
29th January 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
Find the Regular Expression you need in a snap at RegExLib.com -- now with an all new design!
|
RegExLib.com is the first Regular Expression Library on the Internet. It has over 1900 expressions from more than 1100 contributors around the world. The expressions are indexed by helpful categories such as Email, Strings, Dates and Times, Address/Phone, etc. and they’re fully searchable by keyword, category and user ratings. Whether you simply want to find and copy the right expression or get help from the community to write your own, the newly designed RegExLib.com makes it fast, easy and free. Check it out today!
|
|
|
|
Featured Article
|
|
|
Dynamic GridView and DataList in ASP.NET 2.0
By Satheesh Babu, 29th January 2008
|
|
Sometimes we may be required to build GridView and DataList dynamically with different styles and with child controls in our project. This article will help you accomplish this task in ASP.NET 2.0 with the help of a case study. Satheesh first provides a brief overview of the scenario and then explores the step-by-step implementation of each module with supported source code. The steps include creation of a Template class, implementation of a dynamic DataList, using the Template class in DataList, implementation of a dynamic GridView, and the usage of Template class in GridView. The article is accompanied by the related Visual Studio project which enables you to instantly test drive the application.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Web Deployment Projects (WDP) for Visual Studio 2008 were released to the web (RTW) a couple of days ago. These didn't make the November ship date of VS2008, but were promised to follow shortly after release, and as promised, they're here! I haven't looked at the 2008 version yet - personally I use PyroBatchFTP + CC.NET + MSBuild to do my deployments - but I may have a look and reconsider my approach. One thing that would be nice is the configuration merge capabilities offered by WDP.
You can read more about the release, how to get it, and its features here.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Video: Speed and Memory Use Matters
By
Developer Express
,
23rd January 2008
|
|
In this video, DevExpress describes the limitations of advanced Windows Grid controls when consuming large datasets and how the XtraGrid is able to easily overcome these limitations via its smart query system.
|
Working with .NET Remoting Under IIS Server and Using ASP.NET as Remote Client
By
Abhishek Singh
,
23rd January 2008
|
|
In this article, Abhishek describes the step-by-step procedures to implement remote server using VB 2005 remoting and host it on Internet Information Services. The article also shows how to invoke remote methods through ASP.NET web applications.
|
Video: Creating Strongly Typed User Interface Messages
By
Mohammad Azam
,
24th January 2008
|
|
In this video Mohammad Azam demonstrates how to create strongly typed user interface messages. He uses XML files to create these interfaces. He shows you how to generate an XML schema and use it to create a strongly-typed XML file. [12:08]
|
Socket Programming in C#
By
Joydip Kanjilal
,
24th January 2008
|
|
In this article, Joydip demonstrates the working of socket programming in C#. He starts with a brief introduction of sockets and ports and examines the differences between synchronous and asynchronous Communication. You will then learn how to work with System.Net and System.Net.Sockets namespaces along with the implementation of a simple client-server application. The article is well supported by relevant source codes and its corresponding output in screenshots.
|
Review: Developer's Guide to ASP.NET 3.5
By
Anand Narayanaswamy
,
25th January 2008
|
|
In this review, Anand examines Bipin Joshi's latest book. At first he provides a rapid overview of the content and finishes up with a series of recommendations to improve the quality of the book.
|
Video: Unit Testing ASP.NET Pages Using Ruby And Watir
By
Mohammad Azam
,
28th January 2008
|
|
In this unit testing video, Mohammad Azam will demonstrate how to use Ruby and Watir to test ASP.NET pages. He uses simple examples to explain the concepts and steps involved in this important task. [14:17]
|
What Visual Studio Developers Should Know About Crystal Reports 2008
By
Julia Lerman
,
28th January 2008
|
|
Crystal Reports 2008 was released in October 2007. This article (written in Jan 08) explains the ins and outs of the CR2008 versions, integration with VS versions, side-by-side compatibility, upgrading reports and general features of interest to Visual Studio Developers.
|
|
Sponsor Advertisement
|
|
Want to write your queries faster?
|
|
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Finding Untitled Page Titles
Steven Smith
|
Vermont IT Jobs: .NET developer in Burlington
Julie Lerman
|
WPF Databinding FAQ
Julie Lerman
|
When LINQ's power really sinks in
Julie Lerman
|
ADO.NET Performance improvements in VS2008
Julie Lerman
|
Running code before rules in InfoPath
S.Y.M. Wong-A-Ton
|
VS 2008 Web Deployment Project Support Released
ScottGu
|
Don't surprise the user
thycotic
|
Notice of violation
Keith Barrows
|
Detect Client IP in WCF 3.5
Keyvan Nayyeri
|
VB Documentation Tool 1.2
Brett Burridge
|
ResXFileCodeGeneratorEx and Visual Studio 2008
Steven Smith
|
Cleaning the BlackBerry 8820 track ball
thycotic
|
Web Deployment Projects for 2008
Steven Smith
|
Visual Studio Team System 2008 and TFS 2008 Virtual Images
Eric Landes
|
VS2008 Web Deployment Projects Released
David Yack
|
Model View Presenter Screencast
Tim Rayburn
|
Zune Update Depends On Windows Firewall Service
scott
|
|
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.
|
ASP.NET Performance Tips
By
Adiseshu Dasari
,
9th January 2008
|
|
This article provides some tips to improve the performance of your ASP.NET applications by using multiple recordsets, paged data access, and Cache API. The author further examines Per-request, Page output, and Kernel caching mechanisms along with a description of connection pooling and GZip compression.
|
Detecting ASP.NET Session Timeouts
By
Robert Boedigheimer
,
27th September 2004
|
|
Determine if a user's Session is still active.
|
Building a Gmail Style File Uploading System using ASP.NET 2.0
By
Jesudas Chinnathampi (Das)
,
2nd October 2007
|
|
This article examines how to upload files to a web server using ASP.NET 2.0 with a different approach. With a click of a hyperlink you can show the "Choose File" dialog box and immediately once the user clicks the OK button from the File Choose dialog box, a file can be uploaded to the server.
|
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.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
What Visual Studio Developers Should Know About Crystal Reports 2008
By
Julia Lerman
,
28th January 2008
|
|
Crystal Reports 2008 was released in October 2007. This article (written in Jan 08) explains the ins and outs of the CR2008 versions, integration with VS versions, side-by-side compatibility, upgrading reports and general features of interest to Visual Studio Developers.
|
Review: Crystal Reports Encyclopedia (Professional XI Reports)
By
Eric Landes
,
27th December 2007
|
|
In this review, Eric starts with a basic introduction and layout of Brian's Crystal Reports book. He then provides chapter wise detailed opinion of the contents and also some of his recommendations.
|
Writing a Viewer Utility for Crystal Reports
By
Julia Lerman
,
23rd October 2007
|
|
In this article, you will learn how to write a Windows Forms viewer for reports created in the Crystal Reports end-user program (eg. Crystal Reports XI). The viewer allows users to view the existing reports with fresh data as well as input parameter variables at run time. The utility can be written with Visual Studio 2005 or Visual Studio 2008.
|
|
SQL Server Reporting Services Recent Articles
|
|
|
|
|
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.
|
Video: Generate Microsoft Word Reports From SQL Reporting Services
By
Steven Smith
,
28th November 2006
|
|
This video tutorial shows how to generate Microsoft Word formatted reports from SQL Server Reporting Services, using SoftArtisans' Officewriter. Using this combination, reports can be editing directly in MS Word, and such things as address books, mailing labels, invoices, or any other MS Word document can be produced. [12:13]
|
Video: Using Reporting Services to create Excel Pivot Chart Reports with OfficeWriter
By
Steven Smith
,
2nd November 2006
|
|
This video demonstrates how to use Microsoft SQL Server Reporting Services to create Excel Pivot Table and Pivot Chart reports using SoftArtisans OfficeWriter. [14:19]
|
|
Sponsor Advertisement
|
|
|
Whether you are a business executive, web designer or web developer, you'll
want to come and hear Steve Ballmer, Guy Kawasaki, Scott Guthrie and other
industry leaders talk about Microsoft's new platform for building browser-based
experiences, the future of IE and more. MIX08 is at the Venetian hotel in Las
Vegas on March 5 - 7, 2008. At MIX08 you can: hear from innovative Web
practitioners during several dynamic panel discussions; network with influential
Web personalities, business leaders, analysts and venture capitalists; learn
about technological innovations-especially around IE and new designer tools in
70+ sessions and drive the conversation during Open Space at MIX.
http://visitmix.com/2008
|
|
|