Having trouble reading this e-mail? Read this or any of our past issues in our online Newsletter Archive.
5th August 2008
ASPAlliance Times
The industry newsletter for Active Software Professionals
Sponsor Advertisement
Want to write your queries faster?

Some developers write SQL amazingly fast. Do you want to know their secret? It’s SQL Prompt. "This is a must-have tool for all T-SQL developers." Brian Brewder, Brian Online.

Download a free 14-day trial of Red Gate SQL Prompt

Featured Article
 
Creating a Custom Tooltip Ajax Extender Control
By Abdulla Hussein AbdelHaq, 1st August 2008
In this article, Abdulla demonstrates how to create a new Ajax extender from scratch, which expands the properties of ASP.NET controls, by adding custom Tooltip behavior that targets all types of web controls dragged to your page. He first provides a short overview of Ajax extender controls and then delves deep into the creation of a new Ajax extender with the help of Visual Studio. He provides a detailed analysis of the code along with relevant screenshots. At the end of the article, Abdulla examines how to make use of the created extender control along with a link to the complete source code.
Editor's Comments
 
By Steven Smith

Last week in the ASP Alliance Times Newsletter, we featured an article by Xianzhong Zhu, Developing an ASP.NET AJAX Server Centric Based Mini Blog System - Part 1. This week, we published the second installment of this series of articles, Developing an ASP.NET AJAX Server Centric Based Mini Blog System - Part 2. These articles are going through the steps required to create this mini blog system, and include plenty of images as well as source downloads along the way. Keep following ASP Alliance next week for the third and final installment of this series of articles where Xianzhong works on the portion of the site for the readers.

New Articles on ASPAlliance.com
Book Review: DotNetNuke Skinning Tutorial
By Shaun Eutsey , 30th July 2008
In this review, Shaun discusses Darren Neese's book, DotNetNuke Skinning Tutorial. Shaun looks at the book from the eyes of a developer whose area of expertise is not design. He offers his insight into the book here.
Building ASP.NET Web Server Controls using XML and XSLT
By Ehsanul Haque , 31st July 2008
In most cases, server controls are very useful in ASP.NET web applications since they have some valuable events (click event, data binding event, data bound event, etc) and other advanced functionality like state management, input validation, etc. In general, XSLT produces plain XML or HTML without any hassle, but if we want to create our ASP.NET server controls by using XML and XSLT then we should follow some procedures which the author has outlined in this article. After providing a brief introduction, he examines the steps involved such as preparing XML document, preparing XSLT document to transform XML data, defining server and validation controls according to XML document, parsing controls, and defining event handlers with the help of relevant code samples along with detailed analysis.
Developing an ASP.NET AJAX Server Centric Based Mini Blog System - Part 2
By Xianzhong Zhu , 4th August 2008
In the previous part, Xianzhong Zhu discusses the general architecture of the blog system which he is developing. In this second part, you will master the management of the blog application. He provides comprehensive coverage of the creation of various administration back-end tools like category, article, link, and message management modules with the help of relevant screenshots and source code.
Video: Creating Thumbnails for Images
By Mohammad Azam , 4th August 2008
In this video Mohammad Azam demonstrates how to create thumbnails for images. He creates a class implementing the IHttpHandler interface to make image requests show thumbnail images on a sample site. [5:07]
Sponsor Advertisement
Free Silverlight DataGrid by DevExpress

Beta 1 of the DevExpress Grid for Silverlight is now available and is being licensed free of charge to the Silverlight developer community.

To learn more about the AgDataGrid by Developer Express, view the online tutorials, and to download your free copy with full source code, visit us online at:

http://www.devexpress.com/go/ASPAlliance_Newsletter_AgDataGrid.aspx

ASP Alliance Authors' Recent Blog Entries
SharePoint Error: Some or all identity references could not be translated
Colt
GridView with Thumbnail Images – Part 2
Linking a Chart Control to your Pivot Grid. (Helpful Tip)
Azret Botash (Developer Express)
The Cloud Thickens
Julian M Bucknall
For Skits and Giggles...
Jeff Cosby (Developer Express)
Great independent XAF blog
Julian M Bucknall
Amazon introduces Kindle
Jason N. Gaylord
Who are the ASPInsiders?
Jason N. Gaylord
Solzhenitsyn and my very dark year
Julie Lerman
EOAST - Evolution of a software thingy - Part 1
Glav
AutoCompleteExtender Client API
bmains
Scott Bellware in Alpharetta
PaulWilson
NxtGenUG Silverlight Manic Miner
Phil Winstanley
MSFeedsSync - feeds Synchronization has stopped working issue
Glav
Edit,Update,Delete and Insert in ListView Control
Developing AJAX Controls
bmains
July 17th Presentation
bmains
Formulas in Word
Brian Desmond
Drawing in Silverlight Article in MSDN Magazine
Julie Lerman
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.
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.
C# and VB.NET Comparison Cheat Sheet
By Steven Swafford , 21st February 2005
A quick cheat sheet that highlights some key syntactical differences between C# and VB.NET. While this is not all inclusive this cheat sheet proves to be a handy reference.
Crystal Alliance Recent Articles
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.
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]
SQL Server Reporting Services Recent Articles