Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Search string in dataGridView And select the string
As it happens in : find in IE, Microsoft Access
Posted
Updated 3-May-10 23:25pm
v3
Comments
imaa2amha 4-May-10 3:42am    
explane more

Check this[^].



The link will teach you something very interesting as well. :)
 
Share this answer
 
For searching particular string you need to do it manually, by scanning whole grid (row by row and column by column)

And

for selecting particular row and cell refer following link.


http://www.vcskicks.com/datagridview-selection.php[^]



Hope this will help!
 
Share this answer
 
v2

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