Click here to Skip to main content
15,914,820 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have a data-gird view, and its first cell is student register no. and the cell is auto complete text box.When we focus on any of the data in auto compete text box then corresponding data shown in next cell. How can I do it? Which event is used?
Posted

 
Share this answer
 
Comments
Member 12197595 11-Jan-16 4:12am    
Thank you sir. But these all about how can make a auto complete text box. My first cell is already an auto complete cell. My requirement is, the auto complete text box contains number of data. when cursor move upward or downward in the auto complete text box(here register.no) the next cell automatically shown student name. For this which event is used?
Sergey Alexandrovich Kryukov 11-Jan-16 10:55am    
Probably not. You've just copies the comment from your comment to Solution 1. Did you check the links?
—SA
Sergey Alexandrovich Kryukov 11-Jan-16 10:54am    
5ed.
—SA
ridoy 11-Jan-16 12:11pm    
Thank you.
 
Share this answer
 
Comments
Member 12197595 11-Jan-16 4:12am    
Thank you sir. But these all about how can make a auto complete text box. My first cell is already an auto complete cell. My requirement is, the auto complete text box contains number of data. when cursor move upward or downward in the auto complete text box(here register.no) the next cell automatically shown student name. For this which event is used?
VR Karthikeyan 11-Jan-16 5:10am    
Use combobox instead of using textbox for Autocomplete box, and in combobox selection changed event, you can write the code to display value in next cell.

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