Workaround non-themeable properties (specifically asp:Button OnClientClick)
- by Richard Ev
Retrofitting ASP.NET WebForms themes to an old application I have a need to theme an <input> tag such that the JavaScript click event is different for each theme. I replaced with tag with an asp:Button, only to disciver that the OnClientClick property is not themeable.
Can anyone suggest a workaround for this?