 |
| ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

August 14th, 2007, 09:07 AM
|
|
Registered User
|
|
Join Date: Jul 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
how to use autocomplete feature in listbox?
can i use autocomplete feature in listbox?
if yes what's the code for this?
Shiva Srivastava
|
|

August 14th, 2007, 09:22 AM
|
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
|
|
well, as such there is no option of autocomplete in 1.0 or 1.1 version, you have to try some logic of your own, but there is an inbuilt feature of autocomplete in AJAX 2.0 that can be used with asp.net 2.0 version. If you need further info. on this, let me know.
Regards
Mike
Don't expect too much, too soon.
|
|

August 14th, 2007, 11:58 AM
|
|
Friend of Wrox
|
|
Join Date: Jul 2003
Posts: 599
Thanks: 6
Thanked 3 Times in 3 Posts
|
|
Mike,
I've seen a few examples. Do you have one that you particularly like? Wouldn't mind getting pointed in that direction if you please.
Thanks!
|
|

August 16th, 2007, 03:27 AM
|
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
|
|
rstelma,
Do you want to know about AJAX 2.0's autocomplete feature, or any sort of custom autocomplete built on 1.1 version?
Regards
Mike
Don't expect too much, too soon.
|
|

August 16th, 2007, 12:56 PM
|
|
Friend of Wrox
|
|
Join Date: Jul 2003
Posts: 599
Thanks: 6
Thanked 3 Times in 3 Posts
|
|
Hi Mike,
I looked at some code samples for trying to make a custom autocomplete for 1.1. I couldn't get the code sample to work. I'm still building most of my apps now on 1.1 but I'm getting a lot of requests for the autocomplete feature so I'm going to move over to 2.0 pretty soon. I always seem to lag behind a bit.
So, I'm mainly looking for info on how to implement autocomplete with AJAX 2.0 on asp.net 2.0.
Any info would be greatly appreciated.
Thanks,
Richard
|
|

August 17th, 2007, 01:00 AM
|
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Ok Richard, just visit the link below, this is the official site for asp.net 2.0, here you will find the live demo as well as code to implement autocomplete with AJAX 2.0:
http://asp.net/AJAX/Control-Toolkit/...oComplete.aspx
Type "aa" in the textbox to see the result.
Regards
Mike
Don't expect too much, too soon.
|
|

August 18th, 2007, 03:17 PM
|
|
Friend of Wrox
|
|
Join Date: Jul 2003
Posts: 599
Thanks: 6
Thanked 3 Times in 3 Posts
|
|
Hey Mike,
Thanks for taking the time to respond. Very much appreciated.
Richard
|
|

August 20th, 2007, 04:05 AM
|
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Glad I could be of help.
Regards
Mike
Don't expect too much, too soon.
|
|
 |