$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Create a Simple Dock in ASP.NET AJAX
Home > How to > Dock Getting Started
From the overview page of the dock controls, we know there are three major controls in the dock SDK, which are PerDock Control, PerDockZone Control and PerDockLayout Control. And in this online tutorial, we will guide you how to use these dock controls to create a simple dock in asp.net web page.

Create an ASP.NET Web Application

  1. From the Visual Studio 2010 File menu select New | Web Site.
  2. Select the "ASP.NET Web Site“and enter a name and location path.

Add Dock Controls to Page

  1. From the Toolbox drag an AjaxPanel component to the default web page.
  2. From the Toolbox drag a PerDockZone component into the AjaxPanel.
  3. From the Toolbox drag a Dock component into the dockzone.

Custom Dock Properties

  1. Click the PerDockZone 's SmartTag in the Design View of the default web page.
  2. Click the drop-down list of the Skin field and select your desired skin style from the list.
  3. Right-click the PerDockZone, and choose Properties from its context menu.
  4. Set the values of Height, Width and Orientation in the PerDockZone property window.
  5. Set the values of text, DockHandle and DockMode in the PerDock Perperty window.
Now a simple dock has been successfully added to the web page. And following image is provided here for representing the result of above dock creating application.
Note: the Dock Controls from our UI SDK for ASP.NET AJAX are compatible with .NET Framework 3.5 and later versions. If you meet any problem in the ASP.NET AJAX dock creating process, please feel free to contact us via E-mail.
ASP.NET AJAX UI Controls