I want to make 3 "font expansion buttons" in my web page.
On click of 1st button I should get whole page font as defined.
On click of 2nd button I should get page font as defined. Same as for 3rd button
To achieve this, I had used 3 CSS files for this for each button.
How do i call the 3 files through C# code on the 3 buttons??
please help.