I'm using the JQuery UI tabs that I found through this website. I'm using it in conjunction with an asp.net page and within each tab is a database grid view. Works great.
Except for one thing. When I click on my edit/delete buttons for each row the page obviously auto post backs to the server and the JQuery tabs default back to the first one. How can I make the current tab be selected upon post back?
Is this something that can be done with the tabs jquery or should i be asking on the asp.net forums?