How to remove CssClass of a control?

  • Thread starter Thread starter Hardy Wang
  • Start date Start date
H

Hardy Wang

Hi:
I have controls in my ASP.NET pages, for example, I have a LinkButton
btnA. I programmatically set its style by btnA.CssClass = "MyStyle", then
how can I remove its styles programmatically?
I tried btnA.CssClass = null, I got exception "Specified argument was
out of the range of valid values. Parameter name: value".

Thanks for any suggestion.
 
Back
Top