tags:

views:

107

answers:

0

I am using TabContainer inside that one or more Tab Panels. I want to give style to a particular Tab Panel from code behind. How I can do that. I tried but it is not taking.

I have tried like this TabPanel.CssClass = "myStyle";

related questions