p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Professional
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old June 30th, 2006, 04:34 AM
Authorized User
 
Join Date: Jun 2006
Location: , , .
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old June 30th, 2006, 05:02 PM
Imar's Avatar
Wrox Author
Points: 33,554, Level: 80
Points: 33,554, Level: 80 Points: 33,554, Level: 80 Points: 33,554, Level: 80
Activity: 100%
Activity: 100% Activity: 100% Activity: 100%
 
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old July 20th, 2006, 11:30 AM
Authorized User
 
Join Date: Apr 2005
Location: , , .
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4 (permalink)  
Old August 11th, 2006, 03:18 PM
Authorized User
 
Join Date: May 2005
Location: , , .
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Maybe some one know liked free control?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #5 (permalink)  
Old August 11th, 2006, 05:20 PM
Imar's Avatar
Wrox Author
Points: 33,554, Level: 80
Points: 33,554, Level: 80 Points: 33,554, Level: 80 Points: 33,554, Level: 80
Activity: 100%
Activity: 100% Activity: 100% Activity: 100%
 
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #6 (permalink)  
Old 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
Default

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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #7 (permalink)  
Old February 20th, 2009, 07:10 AM
Registered User
Points: 6, Level: 1
Points: 6, Level: 1 Points: 6, Level: 1 Points: 6, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Default AutoComplete

hello friends,
I need coding(asp.net(c#)) textbox using autocomplete
Thanks in advance.
by
kavitha
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #8 (permalink)  
Old February 23rd, 2009, 07:04 AM
Authorized User
Points: 170, Level: 3
Points: 170, Level: 3 Points: 170, Level: 3 Points: 170, Level: 3
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jan 2009
Location: thanjavur,india
Posts: 41
Thanks: 0
Thanked 2 Times in 2 Posts
Default from dinesh

kavitha ravi,

Take a look at this link,
http://www.webreference.com/programming/javascript/gr/column5/
__________________
dinesh (passion_din@yahoo.co.in)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
The Following User Says Thank You to dinesh For This Useful Post:
kavitharavi (February 27th, 2009)
  #9 (permalink)  
Old February 23rd, 2009, 07:08 AM
Authorized User
Points: 170, Level: 3
Points: 170, Level: 3 Points: 170, Level: 3 Points: 170, Level: 3
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jan 2009
Location: thanjavur,india
Posts: 41
Thanks: 0
Thanked 2 Times in 2 Posts
Default from dinesh

http://www.codeproject.com/KB/scripting/jsactb.aspx
__________________
dinesh (passion_din@yahoo.co.in)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #10 (permalink)  
Old February 23rd, 2009, 07:50 AM
Authorized User
Points: 196, Level: 3
Points: 196, Level: 3 Points: 196, Level: 3 Points: 196, Level: 3
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Mar 2005
Location: Bangalore, Karnataka, India.
Posts: 33
Thanks: 1
Thanked 1 Time in 1 Post
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion from .Net 2003 to .Net 2005 using VB.Ne coleenh Visual Basic 2005 Basics 0 September 19th, 2006 03:48 PM
autocomplete dropdownlist in ASP.NET 2.0 using VB. alexdcosta ASP.NET 2.0 Basics 2 August 11th, 2006 03:02 PM
Can I run VB .net 2005 with DOT NET 2003 APPLICATI kadesskade BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 2 August 8th, 2006 06:14 AM
send MASS Emails in ASP.NET 2 with VB.NET 2005 alexdcosta ASP.NET 2.0 Basics 1 July 17th, 2006 01:31 AM
autocomplete combo in vb.net winforms imsuneeta General .NET 1 January 25th, 2005 07:00 AM



All times are GMT -4. The time now is 12:21 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc