Sharing the joy of learning on Asp.Net MVC, TDD/BDD, DDD and anything code related.
Monday, July 20, 2009
Delayed TextBox TextChanged event
I have a textbox that does a search upon TextChanged event firing. However, I don't want it search for every character the users types unless the user is done with typing. So I wanted to delay it from firing. I found a great article here that describes exactly what I wanted. It uses System.Timers.Timer but I changed it to System.Windows.Forms.Timer.
Subscribe to:
Post Comments (Atom)
About Cullen
- Sr. Software Engineer/Architect
- Cullen has been coding since 1991. He has been a Sr. Software Engineer/Architect for 11 years and counting. He enjoys coding for work as well as for fun. He loves learning from anyone and delights in sharing the little knowledge he possesses.
0 comments:
Post a Comment