I currently have a website using the AJAX Tab control that has a grid view in one of the tabs. Sorting is enable, when you click on a column to sort, it does a java script:_doPostBack and changes the activetabindex of the tab control back to the first available tab in the list. Does anyone have any idea how to prevent this? I know on page load functions you can do a...
CODE
if not page.ispostback then
CODE HERE
end if
Does anyone have any idea on this one? Thanks!