473,395 Members | 1,623 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

AutoComplete ComboBox in ASP.NET?


Is it possible to have an auto complete ComboBox in ASP.NET? I would
like to create a ComboBox that functions similarly to the way that IE
will try to autocomplete a URL as you type it in.

Thanks,
/*Raj*/

Nov 19 '05 #1
3 2213
Yes, there some free and commercial ones available if you search
around:
http://www.google.com/search?hl=en&l...script+asp.net

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Wed, 18 May 2005 10:00:02 -0400, RajW <ra********@c64.net> wrote:

Is it possible to have an auto complete ComboBox in ASP.NET? I would
like to create a ComboBox that functions similarly to the way that IE
will try to autocomplete a URL as you type it in.

Thanks,
/*Raj*/


Nov 19 '05 #2
Within the normal framework? No, because the control must ultimately be
rendered as HTML.

DHTML? Possible, but you could end up with something a bit weightier than
you desire (ie, a huge page).

Custom browser? Sure, you can create a browser that does what you desire.

JavaScript? Easiest with a pop up when someone selects that box, but you
have to make sure it stays on top and is not modal, or you will stop the
person who just desires to type things in.

I am not sure I would tackle this, unless it is really important to you, as
it will require extensive testing.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"RajW" wrote:

Is it possible to have an auto complete ComboBox in ASP.NET? I would
like to create a ComboBox that functions similarly to the way that IE
will try to autocomplete a URL as you type it in.

Thanks,
/*Raj*/

Nov 19 '05 #3
"=?Utf-8?B?Q293Ym95IChHcmVnb3J5IEEuIEJlYW1lcikgLSBNVlA=?= "
<No************@comcast.netNoSpamM> wrote in
news:B3**********************************@microsof t.com:
DHTML? Possible, but you could end up with something a bit weightier
than you desire (ie, a huge page).


You could do it with Javascript remoting (Microsoft calls it Client Side
Postbacks in 2.0) or Dart's live controls.
--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: VM | last post by:
How can I implement the autocomplete functionality in a Windows comboBox? Thanks.
19
by: Bernie Yaeger | last post by:
Everyone misses the point on this - what we need is a combobox autocomplete that is a dropdownlist only. When in dropdown mode, you can enter text - making that autocomplete is trivial. But when...
1
by: David Tilman | last post by:
I'm working with C# in Visual Studio 2005. I have a combobox with AutoCompleteSource = ListItems and DropDownStyle = DropDown. I want users to be able to type in the combobox and the control to...
0
by: Matewis | last post by:
Once you’ve populated a ComboBox with items and your AutoComplete – SuggestAppend properties are enabled the following is a problem. When you select an item where a duplicate item exists and...
2
by: dneupane | last post by:
Hi all How can I get combobox autocomplete working with button click event, my application cannot use keyboard, so I have soft keypad. Any help would be greatly appreciated. Regards Niju
5
by: Andrus | last post by:
I'm creating a database Winforms application using VCS Express 2005 I have some large lookup tables (may be up to 500000 records) which contains name and id and are stored in sql server. I...
5
by: Doug | last post by:
Hi I have a simple form, just with one combo box and an OK button - and i have tried to use the autocomplete routine and I have enabled autocomplete in the combo box properties. ...
6
by: ezyeric13 | last post by:
I have a series of ComboBox's Bound to a DataGridView and I turned the AutoComplete on for them so they list all the items in a certain collumn of the DataGridView. The problem is that when you...
0
by: =?Utf-8?B?UiBSZXllcw==?= | last post by:
Hi - I've been searching around for a fix but can't find one... There is a bug with combobox autocomplete suggestappend. When text has a slash, "ab/cd" for example, the autocomplete feature cuts...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.