I have one webapplication( .net2.0)c#.
My page has one dropdownlist which is very huge sometimes it contains many records which is difficult for the users to view the data they exactly looking for.
What we want to do now is we want to add a textbox on the top of the dropdown and once user enter any data on textbox we want to select the firstrow in the dropdown which start from the letter they entered in textbox.
Can this achieved some way either in c# or javascript.
My page has one dropdownlist which is very huge sometimes it contains many records which is difficult for the users to view the data they exactly looking for.
What we want to do now is we want to add a textbox on the top of the dropdown and once user enter any data on textbox we want to select the firstrow in the dropdown which start from the letter they entered in textbox.
Can this achieved some way either in c# or javascript.
Comment