Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP 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
 
Old June 11th, 2004, 01:44 AM
Registered User
 
Join Date: Apr 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Incremental Search

Any idea on how to implement incremental search ( Like the index search of MSDN) in ASP..? The data should be fetched from database (say Access) into a listbox. If user types 'c' (say) in a textbox, the cursor should jump to first entry staring with 'c'.

 
Old June 11th, 2004, 01:52 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

Take a look at this thread: http://p2p.wrox.com/topic.asp?TOPIC_ID=13333

Mateen requested the same feature, and he ended up using the WebFX Combo box. At the end he ran into an issue with that control between <form> tags, but he may have sorted that out by now.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old June 11th, 2004, 03:37 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madhukp
Default

I had the same issue sometime back. But I was developing a web based application to be used inside an office. So cross browser compatibility was not a problem.

You may use the code at the page :

http://msdn.microsoft.com/library/en...elect-code.asp

But this will work only in IE5.0 and above.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Incremental Loads Johnslg BOOK: Expert SQL Server 2005 Integration Services ISBN: 978-0-470-13411-5 0 August 29th, 2007 07:13 AM
Incremental Form Validation Example Richard Frainier BOOK: Professional Ajax ISBN: 978-0-471-77778-6 2 April 22nd, 2006 03:58 PM
Incremental ETL KelMan BOOK: Professional SQL Server 2005 Integration Services ISBN: 0-7645-8435-9 1 February 27th, 2006 09:01 PM
Incremental dates in query lizhaskin VB Databases Basics 0 October 6th, 2005 02:21 AM
Incremental record counter PKessler Access 4 February 27th, 2005 08:41 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.