Search as you type combo box?
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngcontrolscs' list.


Holloway, Mike
This ? is for Andy Smith, chief code monkey. (or anyone else that knows) I
saw your post asking how your cs combobox control @

http://12.255.177.172/ComboBox.html

looked. I will attempt to describe it as OK, a bit skinny and the drop down
arrow was a bit larger than
the height of the text. However, the functionality is excellent and it is
time someone created a combo box
that has the Access like search as they type functionality.

Would you care to share a tutorial on how you did this control. Many of us
would love to know.

I have spent the past hour searching the lists for how to accomplish this,
seen many others asking, but
never a good answer. Looks like you know.

Anxious,

Mike

******************************************************************
This email and any files transmitted with it from the ElPaso
Corporation are confidential and intended solely for the
use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the
sender.
******************************************************************

Reply to this message...
 
    
Andy Smith
I've always wished I really finished that control.
I'll probably get back to it someday.

it comes from a combination of reading from a lot of different sources.
some of them:
http://webfx.eae.net/
the Web Team Talking column on msdn
and another script library that I can't find right now.

If you want to know something more in depth, I guess I'm going to have =
to ask you to make your question more specific.
Do you want to know about my process?
about how the jscript works?
what?

as for a full out artical/tutorial on how i did it...
that will probably happen around the same time I actually finish it, and =
would appear on my column on aspalliance.com

__
Andy Smith
Chief Code Monkey

-----Original Message-----
From: Holloway, Mike [mailto:Click here to reveal e-mail address]
Sent: Tuesday, May 21, 2002 2:43 PM
To: aspngcontrolscs
Subject: [aspngcontrolscs] Search as you type combo box??

This ? is for Andy Smith, chief code monkey. (or anyone else that knows) =
I
saw your post asking how your cs combobox control @

http://12.255.177.172/ComboBox.html

looked. I will attempt to describe it as OK, a bit skinny and the drop =
down
arrow was a bit larger than
the height of the text. However, the functionality is excellent and it =
is
time someone created a combo box
that has the Access like search as they type functionality.=20

Would you care to share a tutorial on how you did this control. Many of =
us
would love to know.

I have spent the past hour searching the lists for how to accomplish =
this,
seen many others asking, but
never a good answer. Looks like you know.

Anxious,

Mike

******************************************************************
This email and any files transmitted with it from the ElPaso=20
Corporation are confidential and intended solely for the=20
use of the individual or entity to whom they are addressed.=20
If you have received this email in error please notify the=20
sender.
******************************************************************

| [aspngcontrolscs] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
    
Holloway, Mike
Since I saw it on aspngcontrolscs, I assumed you did it with .net and C#.
If you did it with javascript then
I guess I was asking you to share the code. Did you use a regular <SELECT>
tag and then code javascript events
to accomplish the search? If so which events? Since there were no
specifics as to the language or platform, I
am at a bit of a loss being more specific. I do know however, that I have
been researching this functionality
and have seen NUMEROUS questions on these lists and google, but never anyone
with answer. You seem to be the only
one that is close. I suggested to someone on the .net development team that
they make that functionality part of
the product but that did not go anywhere. Perhaps this will encourage you
to finish the article but if not perhaps
you could share what you have done and one of us can carry it further.

Thanks,

Mike

-----Original Message-----
From: Andy Smith [mailto:Click here to reveal e-mail address]
Sent: Tuesday, May 21, 2002 6:19 PM
To: aspngcontrolscs
Subject: [aspngcontrolscs] RE: Search as you type combo box??

I've always wished I really finished that control.
I'll probably get back to it someday.

it comes from a combination of reading from a lot of different sources.
some of them:
http://webfx.eae.net/
the Web Team Talking column on msdn
and another script library that I can't find right now.

If you want to know something more in depth, I guess I'm going to have to
ask you to make your question more specific.
Do you want to know about my process?
about how the jscript works?
what?

as for a full out artical/tutorial on how i did it...
that will probably happen around the same time I actually finish it, and
would appear on my column on aspalliance.com

__
Andy Smith
Chief Code Monkey

-----Original Message-----
From: Holloway, Mike [mailto:Click here to reveal e-mail address]
Sent: Tuesday, May 21, 2002 2:43 PM
To: aspngcontrolscs
Subject: [aspngcontrolscs] Search as you type combo box??

This ? is for Andy Smith, chief code monkey. (or anyone else that knows) I
saw your post asking how your cs combobox control @

http://12.255.177.172/ComboBox.html

looked. I will attempt to describe it as OK, a bit skinny and the drop down
arrow was a bit larger than
the height of the text. However, the functionality is excellent and it is
time someone created a combo box
that has the Access like search as they type functionality.

Would you care to share a tutorial on how you did this control. Many of us
would love to know.

I have spent the past hour searching the lists for how to accomplish this,
seen many others asking, but
never a good answer. Looks like you know.

Anxious,

Mike

******************************************************************
This email and any files transmitted with it from the ElPaso
Corporation are confidential and intended solely for the
use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the
sender.
******************************************************************

| [aspngcontrolscs] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngcontrolscs] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

******************************************************************
This email and any files transmitted with it from the ElPaso
Corporation are confidential and intended solely for the
use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the
sender.
******************************************************************

Reply to this message...
 
    
Alex Dresko
I've seen other javascript dropdowns that do the same thing. That's not
to say yours is better or worse than what I've seen before, but it
shouldn't be difficult to find them on the internet with the full source
code provided. I wish I had time to find a url for you, but someone
failed to warn me that today was actually Monday.

Alex Dresko
Three Point Oh!

-----Original Message-----
From: Holloway, Mike [mailto:Click here to reveal e-mail address]
Sent: Wednesday, May 22, 2002 8:31 AM
To: aspngcontrolscs
Subject: [aspngcontrolscs] RE: Search as you type combo box??

Since I saw it on aspngcontrolscs, I assumed you did it with .net and
C#.
If you did it with javascript then
I guess I was asking you to share the code. Did you use a regular
<SELECT>
tag and then code javascript events
to accomplish the search? If so which events? Since there were no
specifics as to the language or platform, I
am at a bit of a loss being more specific. I do know however, that I
have
been researching this functionality
and have seen NUMEROUS questions on these lists and google, but never
anyone
with answer. You seem to be the only
one that is close. I suggested to someone on the .net development team
that
they make that functionality part of
the product but that did not go anywhere. Perhaps this will encourage
you
to finish the article but if not perhaps
you could share what you have done and one of us can carry it further.

Thanks,

Mike

-----Original Message-----
From: Andy Smith [mailto:Click here to reveal e-mail address]
Sent: Tuesday, May 21, 2002 6:19 PM
To: aspngcontrolscs
Subject: [aspngcontrolscs] RE: Search as you type combo box??

I've always wished I really finished that control.
I'll probably get back to it someday.

it comes from a combination of reading from a lot of different sources.
some of them:
http://webfx.eae.net/
the Web Team Talking column on msdn
and another script library that I can't find right now.

If you want to know something more in depth, I guess I'm going to have
to
ask you to make your question more specific.
Do you want to know about my process?
about how the jscript works?
what?

as for a full out artical/tutorial on how i did it...
that will probably happen around the same time I actually finish it, and
would appear on my column on aspalliance.com

__
Andy Smith
Chief Code Monkey

-----Original Message-----
From: Holloway, Mike [mailto:Click here to reveal e-mail address]
Sent: Tuesday, May 21, 2002 2:43 PM
To: aspngcontrolscs
Subject: [aspngcontrolscs] Search as you type combo box??

This ? is for Andy Smith, chief code monkey. (or anyone else that knows)
I
saw your post asking how your cs combobox control @

http://12.255.177.172/ComboBox.html

looked. I will attempt to describe it as OK, a bit skinny and the drop
down
arrow was a bit larger than
the height of the text. However, the functionality is excellent and it
is
time someone created a combo box
that has the Access like search as they type functionality.

Would you care to share a tutorial on how you did this control. Many of
us
would love to know.

I have spent the past hour searching the lists for how to accomplish
this,
seen many others asking, but
never a good answer. Looks like you know.

Anxious,

Mike

******************************************************************
This email and any files transmitted with it from the ElPaso
Corporation are confidential and intended solely for the
use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the
sender.
******************************************************************

| [aspngcontrolscs] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngcontrolscs] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

******************************************************************
This email and any files transmitted with it from the ElPaso
Corporation are confidential and intended solely for the
use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the
sender.
******************************************************************

| [aspngcontrolscs] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Andy Smith
well,

it is a c# server control, but all the client-side functionality is =
written in jscript.
now that my apartment has power back on, you can actually go to that =
link and see an html representation of the combobox.
http://12.255.177.172/ComboBox.html

what you see there is an html snapshot of the results of the first hit =
to the aspx.
The control is no longer installed on the site, so you'll get an asp.net =
error if you actually click the button.

the jscript for how the clientside functionality works is right there in =
the source of the page. there's a lot going on there, and there's about =
2 comments... but I think it's fairly clear code. why don't you go take =
a look and ask me if you have any specific questions. I don't claim that =
it is the best code ever. I mostly did the ComboBox as an learning =
experiment. maybe i'll try to finish it up over the long weekend we have =
coming up.

oh, and feel free to steal that code however you want. i know there's no =
license on there right now... but consider it under the BSD license.

__
Andy Smith
Chief Code Monkey

-----Original Message-----
From: Holloway, Mike [mailto:Click here to reveal e-mail address]
Sent: Wednesday, May 22, 2002 6:31 AM
To: aspngcontrolscs
Subject: [aspngcontrolscs] RE: Search as you type combo box??

Since I saw it on aspngcontrolscs, I assumed you did it with .net and =
C#.
If you did it with javascript then=20
I guess I was asking you to share the code. Did you use a regular =
<SELECT>
tag and then code javascript events
to accomplish the search? If so which events? Since there were no
specifics as to the language or platform, I
am at a bit of a loss being more specific. I do know however, that I =
have
been researching this functionality
and have seen NUMEROUS questions on these lists and google, but never =
anyone
with answer. You seem to be the only
one that is close. I suggested to someone on the .net development team =
that
they make that functionality part of
the product but that did not go anywhere. Perhaps this will encourage =
you
to finish the article but if not perhaps
you could share what you have done and one of us can carry it further. =20

Thanks,

Mike

-----Original Message-----
From: Andy Smith [mailto:Click here to reveal e-mail address]
Sent: Tuesday, May 21, 2002 6:19 PM
To: aspngcontrolscs
Subject: [aspngcontrolscs] RE: Search as you type combo box??

I've always wished I really finished that control.
I'll probably get back to it someday.

it comes from a combination of reading from a lot of different sources.
some of them:
http://webfx.eae.net/
the Web Team Talking column on msdn
and another script library that I can't find right now.

If you want to know something more in depth, I guess I'm going to have =
to
ask you to make your question more specific.
Do you want to know about my process?
about how the jscript works?
what?

as for a full out artical/tutorial on how i did it...
that will probably happen around the same time I actually finish it, and
would appear on my column on aspalliance.com

__
Andy Smith
Chief Code Monkey

-----Original Message-----
From: Holloway, Mike [mailto:Click here to reveal e-mail address]
Sent: Tuesday, May 21, 2002 2:43 PM
To: aspngcontrolscs
Subject: [aspngcontrolscs] Search as you type combo box??

This ? is for Andy Smith, chief code monkey. (or anyone else that knows) =
I
saw your post asking how your cs combobox control @

http://12.255.177.172/ComboBox.html

looked. I will attempt to describe it as OK, a bit skinny and the drop =
down
arrow was a bit larger than
the height of the text. However, the functionality is excellent and it =
is
time someone created a combo box
that has the Access like search as they type functionality.=20

Would you care to share a tutorial on how you did this control. Many of =
us
would love to know.

I have spent the past hour searching the lists for how to accomplish =
this,
seen many others asking, but
never a good answer. Looks like you know.

Anxious,

Mike

******************************************************************
This email and any files transmitted with it from the ElPaso=20
Corporation are confidential and intended solely for the=20
use of the individual or entity to whom they are addressed.=20
If you have received this email in error please notify the=20
sender.
******************************************************************

| [aspngcontrolscs] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolscs] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

******************************************************************
This email and any files transmitted with it from the ElPaso=20
Corporation are confidential and intended solely for the=20
use of the individual or entity to whom they are addressed.=20
If you have received this email in error please notify the=20
sender.
******************************************************************

| [aspngcontrolscs] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
    
David Brophy

Have you DbCombo.net ? Take a look: www.dbcombo.net - This is a (sort of)=
combo
box that auto completes as you type from the server - very handy for long=
lists.

It uses javascript to transfer the data without refreshing the page in =
IE5+, on
other browsers, it has the same functionality by using postback.

If you're looking for a purely client side combo box, the best looking =
i've seen
is: http://www.deadbeef.com/dhtml/combobox.htm

- David Brophy
Director, Cambro Limited,
(023) 80 679550=20
Click here to reveal e-mail address

Reply to this message...
 
    
Dennis West
try this
http://www.aspalliance.com/dotnetsolutions/GetSolution.aspx?id=12907" target="_blank">http://www.aspalliance.com/dotnetsolutions/GetSolution.aspx?id=12907 can be
used with a dropdownlist in a web form

over 2500 ASP.Net solutions at http://www.aspalliance.com/dotnetsolutions

sign-up for daily updates.

----- Original Message -----
From: "David Brophy" <Click here to reveal e-mail address>
To: "aspngcontrolscs" <Click here to reveal e-mail address>
Sent: Monday, May 27, 2002 2:47 PM
Subject: [aspngcontrolscs] Re: Search as you type combo box??

Have you DbCombo.net ? Take a look: www.dbcombo.net - This is a (sort of)
combo
box that auto completes as you type from the server - very handy for long
lists.

It uses javascript to transfer the data without refreshing the page in IE5+,
on
other browsers, it has the same functionality by using postback.

If you're looking for a purely client side combo box, the best looking i've
seen
is: http://www.deadbeef.com/dhtml/combobox.htm

- David Brophy
Director, Cambro Limited,
(023) 80 679550
Click here to reveal e-mail address

| [aspngcontrolscs] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolscs.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
 
System.Windows.Forms.ComboBox




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com