Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All

Hi! I am Mashkoor a student of B.SC(IT). I am developing a Windows based application by using C# and SQL Server 2005.There are several forms in my application. In my application there is a data entry form by which the user can enter details of a student. In an another form i used a combobox control viz, 'Student Name', where I want to show all the student name by entering a single alphabet or character by which the Student Name begins. I have not written any code for that issue. Somebody please help me and provide code for that issue.

Thanks
Posted
Updated 6-Jan-13 15:50pm
v2
Comments
Sergey Alexandrovich Kryukov 6-Jan-13 21:52pm    
I removed tags and fixed some punctuation. You really should learn to write more accurately. A period sign without a space is very irritating, it hurts the eyes of the reader.
—SA

1 solution

I can see you're trawling 100 sites with this, not a good way to get our attention. Please remove the pre tags when you paste.

If you create a combo box and load it with your items, pressing a letter will go to that part of your list. If you want to do more, you need to catch the keypress, and filter your list with code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900