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/>
&lt;%@ Register TagPrefix="APNSoft" Namespace="APNSoft.WebControls" Assembly="APNSoftControls" %&gt;
</li>


<li>
Add the following line of code anywhere within your page to embed the Include:
<br/><br/>
&lt;APNSoft:APNSoftInclude id="myInclude" runat="server" /&gt;
</li>

</ol>