Need help with grids

Hello all,

i just started with the grid,and for the first time i am trying to create a Chess board kind of plane and want to print the name of every box on click on that.

can anyone help me to do the same.

Thanks in Advance!
Niki.j

Array is your fiiend here. You will need to use nested arrays and thus create a “table-style” grid with “columns and tables”

I LOVE this site for c # quick references, here is a link:

http://www.dotnetperls.com/multidimensional-array

Here the solution i found for this…

1113981–42015–$grid_Test.zip (5.22 MB)