How to apply jquery UI buttons to asp:Button
Posted
by Sash
on Stack Overflow
See other posts from Stack Overflow
or by Sash
Published on 2010-04-20T01:37:37Z
Indexed on
2010/04/20
1:43 UTC
Read the original article
Hit count: 300
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
© Stack Overflow or respective owner