How to apply jquery UI buttons to asp:Button
- by Sash
How do I apply jQueryUI styles to an asp:Button. Here is the problem: jqueryUI button requires you to have the following format <button>Test button</button>
When I try to use an asp button server control, <asp:Button />, asp:Button renders as <input type=button>Test button </input>
Thanks in advance,
Sashidhar Kokku