toggle the grid cells value, ASP.net 3.5
Posted
by user92027
on Stack Overflow
See other posts from Stack Overflow
or by user92027
Published on 2010-04-29T07:01:56Z
Indexed on
2010/04/29
7:07 UTC
Read the original article
Hit count: 290
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.
© Stack Overflow or respective owner