Click here to Skip to main content
15,890,670 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
[How can I find the same values in the datagrids in C# that are allign horizontally as shown in the figure in the mentioned link. There are four grids allign horizontally and six grids are allign vertically for eg "0" or "2". There are three "0" values in the horizontal datagrid.][1]

http://i.stack.imgur.com/KPFqD.png[^]
Posted
Updated 26-Jun-12 1:29am
v3
Comments
Sandeep Mewara 26-Jun-12 4:48am    
Not clear. Please elaborate more on what are you trying to do and got stuck.
skashanali 26-Jun-12 7:36am    
I am trying to find the similar numbers in the datagrids. If you go the the link mentioned above, you can see the graphical views of my datagrids with different number. I want to highlight the simple way to find the numbers on the whole grids if they are similar. Thank you.
skashanali 26-Jun-12 7:37am    
http://i.stack.imgur.com/KPFqD.png
Sergey Alexandrovich Kryukov 26-Jun-12 13:27pm    
Do you mean System.Windows.Forms.DataGridView or something else? There are controls with similar or identical names in different UI libraries, so you should always specify things exactly.
--SA
Sergey Alexandrovich Kryukov 26-Jun-12 13:27pm    
And how to you define "similar numbers"? Why would you do all that?
--SA

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