Works with the Membership, Roles, Profile and Health Monitoring features of Asp.Net

  • Includes a full-featured control panel that drops into your project with just two lines of code.
  • Includes a Web Management API loaded with functions to help you to Manage your Asp.Net web site. You can call the library directly from your application or by making HTTP requests through the REST API.
  • Add the control panel to your project with just two files and two lines of code.

    No need to clutter your application with folders of images and user controls. Just reference two assemblies and add code like this to your web page:

    <%@ Register Assembly="QualityData.DotNetDash"
                    Namespace="QualityData.Web.Controls" TagPrefix="qd" %>
    <qd:DotNetDash runat="server" ID="dash" ConnectionStringName="LocalSqlServer" />

    No special configuration is required. The control renders Html for the Silverlight plug-in and sets up connectivity to the Web Management API using the Url Routing features of Asp.Net.

  • Blazing fast

    The control panel runs entirely on the client with zero-postbacks. As you view web events, manage members and use other features, the client asynchronously connects to the secure REST API on your server using minimal web traffic. Even with very large membership and web-event databases, you'll enjoy nearly instantaneous response times.

  • It works right out of the box

    When used with the standard Asp.Net Sql Membership, Roles, Profile and Health Monitoring providers, you drop it into your site and it just works! Profile settings are automatically detected and extra funtionality is added to the standard Asp.Net providers to let you find users, change passwords and so forth. If your application uses custom membership, roles or profile providers, you can handle events or even replace our implementation with your own.