Thans for your response. One more clarification. Sorry I should have mentioned in my initial post.:
1) I cant use Text changed event because, the textbox gets populated when the user clicks on a cell in the datagridview or if the user selects a cell by pressing up down arrows in the datagridview. I may need to use like KeyDown or KepPress events?
Main Topics
Browse All Topics





by: sammy1971Posted on 2009-10-14 at 12:22:03ID: 25574097
1- Use Text Changed event of the textbox
rp-example s.net/data view-rowfi lter/
2-Connect to the DB Once, "always avoid unnecessary server trips"
3-RowFilter is good for small data otherwise you will see performance issues, RowFilter gives you better performance
http://www.csha