Glossary Item Box
To add AspLib controls to an ASP.NET WebForm you can use on of the following two approaches:
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. |
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>| See Also |
Overview: Overview
Deployment: Deployment | Adding the AspLib to the Visual Studio Toolbox | Security settings