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:
<br/><br/>
<ol>
<li>
Copy the <b>APNSoftControls.dll</b> assembly into the <b>Bin</b> directory of your web application.
</li>
<li>
Add the following line of code to the top of your page:
<br/><br/>
<%@ Register TagPrefix="APNSoft" Namespace="APNSoft.WebControls" Assembly="APNSoftControls" %>
</li>
<li>
Add the following line of code anywhere within your page to embed the Include:
<br/><br/>
<APNSoft:APNSoftInclude id="myInclude" runat="server" />
</li>
</ol>
|