I wish to change the css when I click a button. How can I do that? I've tried the following code without any luck.
where newText is the CssClassCode:sub clickButton()
txtTest.CssClass = "newText"
end sub
Printable View
I wish to change the css when I click a button. How can I do that? I've tried the following code without any luck.
where newText is the CssClassCode:sub clickButton()
txtTest.CssClass = "newText"
end sub