Is there any way I can use a regular ASP.NET button as a toggle button? There seems to be a simple way of doing it using jQueryUI, but I would prefer to use a regular button since I need very specific theming. Also, I need the button to refresh an UpdatePanel according to its toggled status.
2 Answers
Since you're already using AJAX: http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/ToggleButton/ToggleButton.aspx
Or custom: http://www.codeproject.com/KB/user-controls/ToggleControls.aspx