Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm using ajax Tab Panel in my web page.
It has a masterpage. i have used activetabIndex property of tabconatainer but it is not activating the mentioned tab.
but its not activating the next tab .
so how could i navigate to tabs in my tab panel on button click ?
Posted

1 solution

I would say, this is a wrong idea. This is beyond the content of the Web application, even if the application creates a new browser window.

The whole concept of a tabbed or separate window is the concept of a particular browser. In particular, when an anchor is clicked by the user, this is the user who decides if it should load a new page in the same window, create a new window or a new tab. It can also depends on the currently effective set of browser's options.

A Web application has no control over it. Even if new window is created by JavaScript (http://www.w3schools.com/jsref/obj_window.asp[^], http://www.w3schools.com/jsref/met_win_open.asp[^]), a browser "decide" if it should be a separate top-level window or a tab page, depending on parameters, browser's design (some don't have tabs at all) and options.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900