Include
Controls Suite 4.5 |
| Overview |
| Features |
| Reference Book |
| | Deployment |
| Live Demos |
| | Include a file |
| | Include a part of file |
| | Application scenarios |
| | | Update Panel |
|
Most of the time, all you need to do is to add main dll library to your web application and write two lines of code on the WebForm:
- Copy the APNSoftControls.dll assembly into the Bin directory of your web application.
- Add the following line of code to the top of your page:
<%@ Register TagPrefix="APNSoft" Namespace="APNSoft.WebControls" Assembly="APNSoftControls" %>
- Add the following line of code anywhere within your page to embed the Include:
<APNSoft:APNSoftInclude id="myInclude" runat="server" />
For more information about adding controls to an ASP.NET Web Page, see this page.
|