ajay1253 Posted October 12, 2011 Posted October 12, 2011 Hello, I'm newbie to ASP. Please help we've 5usercontrols in 5 different files, we used them in a defaul.aspx. Now i have problem. I used Ajax tab's controller for 5 tab's i used 5 usercontrols in first user control we have a Add Button if we click on that Add button then it must navigate to 3rd usercontrol i.e 3rd Ajax tab. How can i do it? Can any one kindly help me init? I tried every thing no clues for me. Please can any one help me ? here is the screenshot please look http://i51.tinypic.com/n5r511.jpg -Ajay Quote
nate Posted November 16, 2011 Posted November 16, 2011 It would be something like this on the server side. ON Button Click event or postback: TabContainer1.ActiveTabIndex="2" <--printer tab 3 If you are looking for a client side you could use java script, I think something like this. getElementByID("TabContainer1").ActiveTabIndex="2" Hope this helps. Quote Ignorance begins with I.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.