| Author: Lakhan Pal 08 Sep 2008 | Member Level: Gold | Rating: Points: 3 |
Hi- (1) Create 4 Seprate Div for Each and set the visible property to true for the appropriate div on click of the button. (2) Create maximum number of column and set <td id="tdFirstCol" runat="server"> and then set the particular column's property to false that you don't want to show. (3) Generate HTML at Runtime on click of button.
|