How can I switch to a different ajax on a click of an ASP.NET button server side?
问题 I have a set of tabs in a tab container that I can move between freely by manually clicking on the tabs or by using a javascript; however, what I want to do is to switch between tabs using an ASP.NET serverside button. So here's the layout. Tab 1 has an ASP.NET Button, which, when clicked, should go to Tab 2 and display the results of a query in a gridview. Here is the onclick code for the ASP.NET Button: protected void btnOutstandingTasks_Click(object sender, EventArgs e) { try { // Load