G
gnewsgroup
I am new to the asp.net Table web control. I am using it to customize
my presentation of data. I cannot implement the idea with DataGrid or
GridView.
Basically, I would like to have something like what is shown in the
following PNG image.
http://farm3.static.flickr.com/2183/1805431357_1facb1ed9b_o.png
I know how to dynamically add rows to the end of the table, but how do
I insert rows right after some particular row?
I guess the problem boils down to getting the current row index. How
do we get the current row index of a dynamically built Table? Thank
you.
my presentation of data. I cannot implement the idea with DataGrid or
GridView.
Basically, I would like to have something like what is shown in the
following PNG image.
http://farm3.static.flickr.com/2183/1805431357_1facb1ed9b_o.png
I know how to dynamically add rows to the end of the table, but how do
I insert rows right after some particular row?
I guess the problem boils down to getting the current row index. How
do we get the current row index of a dynamically built Table? Thank
you.