For my web application,
I want a 10*10 (100 cells which is created dynamically) grid to be displayed in the following manner.
Initially all the cells' color is green.
If i click on any cell its color becomes red if it is green and if i click again it becomes red.(Toggle the cell color)
I should be able to display dynamic number of link buttons in each cell.On the click of which it pop ups a window.
Are there any control available for this? Or how can I implement this functionality.