How to transfer focus from TextBox to DataGridview
Hi,
In my window application, I am searching data from TextBox. I have written code for searching on TextBox_KeyUp event. It is working correctly and record are displayed in DataGridView. I want, When I press downkey then the focus should transfer to DataGridView. What will be code for this.plz, help me.
Thanks.