G
gnewsgroup
OK, I am still trying to achieve something like what is shown in the
following PNG image.
http://farm3.static.flickr.com/2066/1808692173_ea202973a3_o.png
I thought about doing this with a plain Table server control, but the
problem is that this control does not provide enough events for us to
identify the row in which the button is clicked.
See a discussion I initiated in the following thread:
http://groups.google.com/group/micr...d01e5/722b948a1e58d80d?hl=en#722b948a1e58d80d
Now that the plain Table control does not seem to work, I am thinking
of the repeater control. I know that the repeater control has an
ItemCommand event, which will let us identify the row in which the
button is clicked.
But, is it possible to inject rows immediately below the row in which
the Button Click event takes place? I haven't found anything about
this question.
following PNG image.
http://farm3.static.flickr.com/2066/1808692173_ea202973a3_o.png
I thought about doing this with a plain Table server control, but the
problem is that this control does not provide enough events for us to
identify the row in which the button is clicked.
See a discussion I initiated in the following thread:
http://groups.google.com/group/micr...d01e5/722b948a1e58d80d?hl=en#722b948a1e58d80d
Now that the plain Table control does not seem to work, I am thinking
of the repeater control. I know that the repeater control has an
ItemCommand event, which will let us identify the row in which the
button is clicked.
But, is it possible to inject rows immediately below the row in which
the Button Click event takes place? I haven't found anything about
this question.