editable combobox

W

Wael Bakr

Hi;
What is the most simple way to make an editable combobox
bounded to the database.
 
M

MSFT

Hi Wael,

What did you mean a "editable ComboBox"? Is an ASP or ASP.NET application?
I saw your two posts today and another seems to be a ASP.NET issue,
therefore, I suppose this one is also a ASP.NET issue. Is my understanding
right? If so, you may use a ASP.NET DropDownList control and bind it to a
Dataset.

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
W

Wael Bakr

Yes I am using asp.net.I am already using a dropdownlist
control and it is binded to a dataset but the problem
that i couldn't edit this dropdownlist for an example if
I am making a database query depending on the selection
from the droplist I want to type m* as to get all items
starting with *. How could it be done?
 
M

MSFT

HI Wael,

Currently, ASP.NET DropDownList control doesn't support. I think you make
the User input with a TextBox or DropDownlist. For example, put them in a
RadioButton List. Or you may look for some third party controls which can
done this.

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top