if r=2
x=3
y=2
then label text should be as following.Label are dynamically generated.
r= 1,2,...n
x=1,2,...n
y=1,2,...n
r0x0y0 r1x0y0
r0x1y0 r1x1y0
r0x2y0 r1x2y0
r0x0y1 r1x0y1
r0x1y1 r1x1y1
r0x2y1 r1x2y1
Please Help me in this problem.Please post a code if possible.