ComponentOne ComboBox for ASP.NET: Client-Side Functionality

Client-Side Functionality

C1ComboBox includes a robust client-side object model, where a majority of server-side properties can be set on the client side.

When a C1ComboBox control is added to a Web project, an instance of the client-side control will be created automatically. You can then access properties and methods of the C1ComboBox control without having to postback to the server, increasing the efficiency of your Web site and providing a better user experience.

Suppose a C1ComboBox control with the name C1ComboBox1 is added to a Web page. When the page is rendered, a corresponding C1ComboBox object will be created. Use the following syntax to get the client object:

$get("C1ComboBox1").control

OR

$find("C1ComboBox1")

By using C1ComboBox's client-side functionality, you can implement many features in your Web page without the need to take up time by sending information to the Web server. Thus, using client-side methods and events can increase the efficiency of your Web site.

The following topics will describe the available client-side methods and events.


Client-Side Properties

Client-Side Methods

Client-Side Events


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.