drop down list should display data as user enters value in it
From: pmud (pmud_at_discussions.microsoft.com)
Date: 02/09/05
- Next message: zxkuqyb: "problems reading network file from ASP .NET"
- Previous message: Steve F.: "Re: Windows.Open (fullscreen) does not work in SP2, please help."
- Next in thread: arbabi_at_yahoo.com: "Re: drop down list should display data as user enters value in it"
- Reply: arbabi_at_yahoo.com: "Re: drop down list should display data as user enters value in it"
- Reply: Steve C. Orr [MVP, MCSD]: "Re: drop down list should display data as user enters value in it"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Feb 2005 13:25:05 -0800
Hi,
I have a drop down list bound to a database thorugh a data reader. It reads
the customer names from data reader.
Now, I want the user to be able to type more than one alphabet & the list
becomes shorter & shorter for the user to choose a value from. For example,
suppose the user wants to select the name "Michael" from the dop down list .
So when he tabs over & reaches this drop down list, he types "Mi" , then all
the names beginning with "Mi " are displayed . When he ttypes "Mic", then the
drop down list becomes shorter & all the names beginning with "Mic" are
displayed.
The drop down list which I have now allows typing only the first letter &
not subsequent letters. Presently, if a user types "M" , then all names
beginning with M are displayed but when the user types the next letter "i"
(from "Michael) , then the list shows all the letters beginning with "I"
rather than beginning with "Mi".
How to go about doing this?
Thanks
--
- Next message: zxkuqyb: "problems reading network file from ASP .NET"
- Previous message: Steve F.: "Re: Windows.Open (fullscreen) does not work in SP2, please help."
- Next in thread: arbabi_at_yahoo.com: "Re: drop down list should display data as user enters value in it"
- Reply: arbabi_at_yahoo.com: "Re: drop down list should display data as user enters value in it"
- Reply: Steve C. Orr [MVP, MCSD]: "Re: drop down list should display data as user enters value in it"
- Messages sorted by: [ date ] [ thread ]