i want to type in dropdown list
-
i am using asp.net+vb.net. How can i type in dropdown list .That dropdownlist already filled with values from database. when i type 'a' in dropdownlist that dropdownlist filled with values starting with letter 'a'.How can this possible.If anyone know this pls help me
-
i am using asp.net+vb.net. How can i type in dropdown list .That dropdownlist already filled with values from database. when i type 'a' in dropdownlist that dropdownlist filled with values starting with letter 'a'.How can this possible.If anyone know this pls help me
The ASP.NET AJAX library contains a control that does this, I am pretty sure.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
The ASP.NET AJAX library contains a control that does this, I am pretty sure.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
I cant use AJEX .If any other option