J
Jeff
ASP.NET 2.0
I have developed a webpage which are using themes, the webpage contain a
dropdownlist where the user can select the theme for the page...
This webpage (.aspx) contain a table (asp:Table). Here is my problem I want
to completely change the layout of the table based on what theme is
selected. For example one of the table cells contain a image (server
control) and by selecting another theme then I want the image to appear in
another table cell in the table - completely changing the layout of the
table, not just setting colors and such things... Is it possible??
If this is possible then please explain me how to do it!
Jeff
I have developed a webpage which are using themes, the webpage contain a
dropdownlist where the user can select the theme for the page...
This webpage (.aspx) contain a table (asp:Table). Here is my problem I want
to completely change the layout of the table based on what theme is
selected. For example one of the table cells contain a image (server
control) and by selecting another theme then I want the image to appear in
another table cell in the table - completely changing the layout of the
table, not just setting colors and such things... Is it possible??
If this is possible then please explain me how to do it!
Jeff
So build yourself a simple switch statement and put it into