APNSoft.com - Web Controls, components for ASP.NET
 About Us 
 Articles 
 Products
 Downloads 
 Purchase
 Support

ComboBox
Controls Suite 4.5


Overview
Features
Reference Book
Component Parts
Deployment
Defining the Structure
Appearance Customization
Server-side API
Live Demos




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.




© 2003-2024 APNSoft. All rights reserved.    Terms of use.