472,121 Members | 1,495 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,121 software developers and data experts.

editable combobox

Hi;
What is the most simple way to make an editable combobox
bounded to the database.
Jul 19 '05 #1
3 4971
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.)

Jul 19 '05 #2
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?
-----Original Message-----
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 understandingright? If so, you may use a ASP.NET DropDownList control and bind it to aDataset.

Luke
Microsoft Online Support

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

.

Jul 19 '05 #3
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.)

Jul 19 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Faith | last post: by
1 post views Thread by John Bailo | last post: by
2 posts views Thread by YK | last post: by
reply views Thread by =?Utf-8?B?UVNJRGV2ZWxvcGVy?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.