<!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->
Dear all
I am using Visual Studio 2005
I have a datagridview with lot of rows and a txtSearch text box. Now I want if I click in datagridview column then enter text in the txtSearch then the matched row of that column will be highlighted in a color. i.e: colItemCode and row no 112 has a text like 16352. Then when I enter 16352 in the txtsearch then that row will be highlighted or selected by a color and it will come in front so that I can see. The rest of row also be there. How can I do this.