Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • 1 month later...
Posted

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.

Ignorance begins with I.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...