toggle the grid cells value, ASP.net 3.5
- by user92027
Hi
For my web application,
I want a 10*10 (100 cells which is created dynamically) grid to be displayed in the following manner.
0) Initially all the cells' color is green.
1) 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)
2) 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.
I am using ASP.net 3.5.