M
moondaddy
Using asp.net 2.0 and c#, I have a table in a webform. One of the rows in
the table has some text used as a main category heading. I want to be able
to click on this heading and display or hide the row under it (similar to
expanding nodes in a tree). How can I do this all client side? I was
thinking of having the heading text look like a hyperlink so it would be
intuitive for users to click on the link to see the row below.
Thanks.
the table has some text used as a main category heading. I want to be able
to click on this heading and display or hide the row under it (similar to
expanding nodes in a tree). How can I do this all client side? I was
thinking of having the heading text look like a hyperlink so it would be
intuitive for users to click on the link to see the row below.
Thanks.