AspAlliance.com LogoASPAlliance: Articles, reviews, and samples for .NET Developers
URL:
http://aspalliance.com/articleViewer.aspx?aId=702&pId=-1
Review - Dart PowerWEB LiveControls 1.1.3
page
by Steven Smith
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 21259/ 50

Overview

I’ve recently had the opportunity to work with Dart’s PowerWEB LiveControls suite at a client who was building a call center application using ASP.NET architecture. One requirement of the application was that incoming calls and work items needed to be visible to all users with up-to-the-second frequency. Using Dart’s controls, and most importantly their LiveDataGrid control, this requirement was easily met. Using AJAX-style (what’s this?) callbacks, the LiveControls allow for a dramatically improved user experience, without the need for the developer to hand code a bunch of JavaScript. In fact, the LiveControls build on the standard ASP.NET web controls, so the programming model changes very little when using these controls instead of the default controls.

Installation and Versions

At the time of this review, the latest version of Dart’s PowerWEB LiveControls for ASP.NET suite is 1.1.3. You can download the latest version from http://dart.com/powerweb/livecontrols.asp. Pricing starts at $499 for a single server. A developer license is free – nothing needs to be purchased until the application is deployed to production.

Upon downloading the suite, installation entails running a single .msi file, which walks the user through a typical setup routine. For me, the whole product installed without incident in just a couple of minutes. Once set up, a new PowerWEB entry under the Start menu's Programs folder will lead you to documentation and samples. The installer will also place the controls in your VS.NET toolbox, as shown in Figure 1.

Figure 1: Dart PowerWEB LiveControls in VS.NET Toolbox

After installation, you’ll probably want to run the LiveTutorial sample application first. You’ll find this sample application by clicking on the Start menu and navigating to the Programs, PowerWEB, LiveControls for ASP.NET, Sample Code folder. You can see it live online at http://dotnet.dart.com/livetutorial/default.aspx. Notice how most activities do not cause the page to postback, resulting in a much smoother experience for the user. This is the most compelling feature of these controls, and is something I expect users will demand more and more as applications that utilize this functionality become more commonplace.

What’s Included

The suite includes the following controls:

  • LiveButton
  • LiveCallback
  • LiveCheckBox
  • LiveCheckBoxList
  • LiveDataGrid
  • LiveDropDownList
  • LiveHyperLink
  • LiveImage
  • LiveImageButton
  • LiveLabel
  • LiveLinkButton
  • LiveListBox
  • LiveMessageBox
  • LivePanel
  • LivePlaceHolder
  • LiveRadioButton
  • LiveRadioButtonList
  • LiveSound
  • LiveTextBox
  • LiveTimer
  • LiveWrapper

Those listed in bold inherit from the standard ASP.NET controls, and thus can be used in place of those controls with minimal code changes. The LiveDataGrid doesn’t directly inherit from the System.Web.UI.WebControls.DataGrid class, but does expose the same interface, so it too can be used like its corresponding standard control.

Using the sample code that ships with the suite, it’s very easy to get up to speed with these controls. Probably the biggest thing to watch out for is the LiveTimer control should it used in a large-scale application. It might be very tempting to have the timer initiate a callback to the server every second, and this works fine if the number of users is fairly small and well-known. However, for a public Internet site, it may not be wise, since it could result in thousands of requests being made to the server every second.

Summary and Resources

AJAX-style applications have really taken off in popularity, mainly since the use of these technologies in recent mainstream applications like Google Gmail and Google Maps. Although this technology is by no means new, the ease with which these applications can be built has increased dramatically with the release of control suites such as Dart’s LiveControls. I’ve been very impressed with the ease of use of these controls, and will be looking for ways to integrate them into my future applications.

Dart’s Comparison of LiveControls vs. Other Techniques

Anand’s Review of Dart’s LiveControls (May 2005)

Ajax.NET Library


Product Spotlight
Product Spotlight 

©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-03-28 8:06:15 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search