|
 | What's New |
 | Overview |
 | Features |
 | Reference Book |
 | Licensing |
 | Support |
|  | Contacts |
|  | FAQs |
|  | Feature Request |
 | Design |
 | Layout and Behavior |
 | Programming |
|  | Client side event (Item Click) |
|  | Client side event (Item Over) |
|  | Server side event |
|  | Dynamically populating |
|
|
|
|
Version 1.5 10/04/2006
- Ready for ASP.NET 2.0 and Visual Studio 2005
APNSoft ComboBox has been tested on ASP.NET 2.0 and Visual Studio 2005. For example, you can use product on the master page to create a combobox that applies to all pages.
- The new method: GetSelectedItemID
Returns the selected Item ID after postback. This method can be used only in Code Behind.
- Using the "~" (tilde) symbol
This symbol is an abbreviation for the home directory of web application. Tilde can be used in property values, XML Structure and CSS File.
This feature is very useful because User Control with ComboBox can be placed on the ASPX pages which are located in different subdirectories of the web application.
- Support for keyboard navigation
Now you can select an item from the list by pressing the first letter on your keyboard. For example, you use a combo box for states. If you select Pennsylvania, but you want to change to Wisconsin, instead of navigating through the list, you can hit a "W" to get to Wisconsin.
- Updated Client-Side Procedures
Client-Side Procedures now utilize two input parameters: ComponentID and ItemID.
- Health Checking
APNSoft ComboBox now uses client-side JavaScript messages which allow developers control the component status. For example, if you use a new ComboBox version with the old JS file, you will see a warning. This feature can be switched off by using the WarningsEnabled property.
- The source code is now available
The Source Code package includes the full Visual Studio .NET 2003 and Visual Studio 2005 solutions (C#, XML, XSL, JS, image files, etc.) for APNSoft ComboBox in one archive (ZIP format).
You should purchase the Source Code License or Corporate Site License if you want to use the Source Code.
Version 1.2 02/26/2005
- MAC browsers compatibility
Now the ComboBox is compatible with most popular MAC browsers:
Safari, Camino, Netscape, Opera, Mozilla, Firefox. See the full list of browsers in the Features section
- SSL compatibility
The new version of ComboBox works on a SSL secured site without the message:
This page contains both secure and nonsecure items.
Do you want to display the nonsecure items?
If the ComboBox is used on a SSL secured site, you should use the SSLSecured property.
Version 1.0 12/16/2004
|
|
|