Glossary Item Box

Overview: Overview

Deployment: DeploymentAdding the AspLib to the Visual Studio ToolboxSecurity settings

See Also AspLib component library Send comments on this topic.

Adding the AspLib to an ASP.NET WebForm

To add AspLib controls to an ASP.NET WebForm you can use on of the following two approaches:

Adding AspLib controls to a WebForm using Visual Studio

The easiest way to deploy AspLib component library is by dragging its icon from the Visual Studio Toolbox in Design mode. Visual Studio will automatically copy the AspLib.dll, AspLib.Dialogs.dll and AstronDig.Classes.dll to the Bin folder of your web-application.

 
All the content files will be created automatically during the first call to the library.

 

Adding AspLib controls to a WebForm Manually

If you are not using Visual Studio you can deploy any AspLib control manually. Follow the instructions below:
Copy the AspLib.dll, AspLib.Dialogs.dll and AstronDig.Classes.dll from the AspLib installation folder to the "Bin" folder of your web-application.
 
Open your aspx/ascx file and add the AspLib control Register directive at the top:

<%@ Register TagPrefix="al" Namespace="AspLib.WebControls" Assembly="AspLib" %>

 

Write the AspLib Tooltip tags in the body of the WebForm:

<al:Editor id="Editor1" runat="server" ...></al:Editor>

Overview: Overview

Deployment: DeploymentAdding the AspLib to the Visual Studio ToolboxSecurity settings

 

 


© 2002-2007 Astron Digital. All Rights Reserved.