|
|
 |
| ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Professional section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |
|

June 30th, 2006, 04:34 AM
|
|
Authorized User
|
|
Join Date: Jun 2006
Location: , , .
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
autocomplete dropdownlistASP.NET 2.0 & VB.NET 2005
Hi,
I need to create a autocomplete dropdownlist in ASP.NET 2.0 using VB.NET 2005 platform. I have 6000 customers. I need to filter records depnding on the intitial characters typed by user.
For example, if user types ",Cha", the dropdownlist should show all records starting with "Cha".
Can anybody giv me a clue how to do tis ???
Alex
|

June 30th, 2006, 05:02 PM
|
 |
Wrox Author
Points: 33,554, Level: 80 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
|
|
Hi there,
You may want to take a look at the Atlas framework: http://atlas.asp.net/default.aspx?tabid=47&subtabid=471
One of the tutorials that comes with Atlas shows you how to create a drop down list that shows entries based on the characters you type in.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|

July 20th, 2006, 11:30 AM
|
|
Authorized User
|
|
Join Date: Apr 2005
Location: , , .
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Try ComboBox and DualSelectBox from AspLib component library ( http://asplib.net).
These controls support AJAX behavior: partially items loading and fast items uploading for large items collections.
|

August 11th, 2006, 03:18 PM
|
|
Authorized User
|
|
Join Date: May 2005
Location: , , .
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Maybe some one know liked free control?
|

August 11th, 2006, 05:20 PM
|
 |
Wrox Author
Points: 33,554, Level: 80 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
|
|
Heuh? What do you mean?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|

August 12th, 2006, 09:45 PM
|
|
Authorized User
|
|
Join Date: Apr 2005
Location: Fresno, California, USA.
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Atlas is free. Check out http://atlas.asp.net
Download latest atlas CTP and At www.codeplex.com get the latest Atlas Toolkit. In the toolkit is autocomplete. It will require you writing a web services to populate the list for a conduit. Only way to get autocomplete is through AJAX.
Or you could write the java code that will track the number of characters typed in a text box and upon that magic number build an xmlHttpRequest() object to talk to a aspx page that will return the names based on what was typed. Look up xmlHttp to see how to do this by hand. I have been looking up how Atlas works by reading how to hand do AJAX and it is not pretty hehe.
|

February 20th, 2009, 07:10 AM
|
|
Registered User
|
|
Join Date: Feb 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
AutoComplete
hello friends,
I need coding(asp.net(c#)) textbox using autocomplete
Thanks in advance.
by
kavitha
|

February 23rd, 2009, 07:04 AM
|
|
Authorized User
|
|
Join Date: Jan 2009
Location: thanjavur,india
Posts: 41
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
from dinesh
__________________
dinesh (passion_din@yahoo.co.in)
|
|
The Following User Says Thank You to dinesh For This Useful Post:
|
|

February 23rd, 2009, 07:08 AM
|
|
Authorized User
|
|
Join Date: Jan 2009
Location: thanjavur,india
Posts: 41
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
from dinesh
__________________
dinesh (passion_din@yahoo.co.in)
|

February 23rd, 2009, 07:50 AM
|
|
Authorized User
|
|
Join Date: Mar 2005
Location: Bangalore, Karnataka, India.
Posts: 33
Thanks: 1
Thanked 1 Time in 1 Post
|
|
Hello,
You could use a third party tool from Telerik. RadCombobox is the control name. Yours is the exact reason for which we are using this control in our project. But a word of acution, please do all sort of POCs before you committing to your client.
It may cause some functionality issues at times when we have typical business scenarios to be implemented.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |