Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hiii Guys,
I want to display records from table into grid view while entering a text in text box.and the displayed record should be detail info of text which we have entered in text box.I dont which textbox's event I used so that it will work.If any hint or event is there please do reply to this question..


Thank You
Posted

1 solution

Try either TextBox.TextChanged[^] or Control.LostFocus[^]
The former will occur every time the user makes a change, so it may be more "dynamic". The later occurs when the user leaves the control.
 
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