I don't want to call .button() on my asp:button, I just want to add some classes from the JqueryUI if possible.
I was thinking just adding the class ui-button to the asp:button
<asp:button class="ui-button" runat="server" id="TrackRequestSearch" Text="Search"
onclick="TrackRequestSearch_Click"></asp:button>
but this does not work.
Any ideas?