Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Asp.net third-party control ComboBox combo box

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces how to use the Asp.net third-party control ComboBox combo box, the article introduces in great detail, has a certain reference value, interested friends must read it!

You can fill in, you can choose, and you can automatically search for some matching items in the options based on what you fill in.

The code is as follows:

Http://webfx.eae.net/dhtml/combobox/combobox.htm

Http://webfx.eae.net/dhtml/combobox/combo_demo.htm

In addition, ComboBox is provided in AjaxControlToolkit, which can provide text input function and SuggestAppend function.

The following quotes Baidu encyclopedia: http://baike.baidu.com/view/536144.htm

Unlike Textbox, the ComboBox.Text property does not get the text in the text box, which is exactly the same as ComboBox.SelectedValue, only the Value in the drop-down list. If you want to get the text in the ComboBox text box, you can only read it through the ComboBox.Controls property.

The code is as follows:

((TextBox) ((Table) ComboBoxComponent.Controls [0]) .Rows [0] .cells [0] .controls [0]) .Text

This is the text entered by yourself in ComboBox.

The above is all the content of the article "how to use the ComboBox combo box of Asp.net third-party controls". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report