APNSoft Controls [4.5.2.20]
ComboBox > Deployment


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:

  1. Copy the APNSoftControls.dll assembly into the Bin directory of your web application.

  2. Add the following line of code to the top of your page:

    <%@ Register TagPrefix="APNSoft" Namespace="APNSoft.WebControls" Assembly="APNSoftControls" %>


  3. Add the following line of code anywhere within your page to embed the ComboBox:

    <APNSoft:APNSoftComboBox id="myComboBox" runat="server" />


For more information about adding controls to an ASP.NET Web Page, see this page.