The APNSoft Menu will only work on JavaScript enabled browsers.
About Us
Products
Downloads
Purchase
Support
Include
Version
1.5
The APNSoft Nav will only work on JavaScript enabled browsers.
What's New
Overview
Features
Reference Book
System Requirements
Deployment
Server-side API
Example Applications
Licensing
License Agreement
License Types
Support
Contacts
FAQs
Feature Request
The APNSoft Nav will only work on JavaScript enabled browsers.
Set Text Property
Include Page from URL
APNSoft
>
Products
>
Include
>
Deployment
Installation
To install APNSoft Include on your machine download and run the distributive APNSoftInclude.msi. The .MSI installers are intended for easy and automatic installation of a product. The .MSI installs the control on your computer to a folder named APNSoft in your Program Files and automatically creates the necessary virtual folder. After installation procedure you can open the page with Reference Book, Code Samples, Online Examples, etc. by this shortcut:
Start Menu -> Programs -> APNSoft Include ->
Visual Studio .NET Integration
The installer creates Visual Studio .NET toolbox item for APNSoft Include. This item is visible under the APNSoft tab when you open a new or existing ASP.NET Web application and when you create or edit an ASPX page.
Manually adding the Include to your Visual Studio .NET
To add the APNSoft Include control to your Visual Studio project please follow these steps:
Open the toolbox.
Right click it and open Choose Items ... (Add/Remove Items).
Click Browse in the dialog;
Find the APNSoftInclude.dll assembly, select Open and then Ok. After installation, the file APNSoftInclude.dll is in the
C:\Program Files\APNSoft\APNSoft Include [version] for ASP.NET [version]\bin\
folder by default.
APNSoftInclude component will appear in toolbox and you can add it to a page:
Adding Include to your web application using Visual Studio
Drag the APNSoftInclude component icon from the toolbox and drop it in your web form / web user-control. Visual Studio will automatically copy the APNSoftInclude.dll to the bin folder of your web application and will create the respective Reference.
All of the properties are listed in the properties panel in Visual Studio and can be grouped:
See the
list of component properties and methods
.
Manually embedding the Control into the page
Copy the APNSoftInclude.dll assembly into the bin directory of your web application.
Add the following line of code (without line breaks) to the top of your page:
<%@ Register TagPrefix="inc" Namespace="APNSoft.WebControls" Assembly="APNSoftInclude" %>
Add the following line of code anywhere within your page to embed the Include:
<inc:APNSoftInclude id="APNSoftInclude1" Text="Test" runat="server" />
Now you can open the page in your browser to see output.
© 2003-2008 APNSoft. All rights reserved.
Table of Contents
Terms of use
Contact Us
Help Center
Controls Suite
DataGrid
Menu
TreeView
ComboBox
Include
DataGrid
Menu
TreeView
ComboBox
Include