Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello i want to use Nested tab so if i click on any tab it will change the contents of page.

I am using Tab container in Master Page so that it will be repeated on each ASPX page but also I want to change contents on TAB CLIICK EVENT
Posted
Comments
Sergey Alexandrovich Kryukov 3-Sep-14 3:20am    
Not clear. In particular: what is nested in what? Do you need another tab control inside tab pages? That would be confusing to the users...
—SA

1 solution

Refer - Ajax Control Toolkit TabContainer[^].
Quote:
  • ActiveTabChanged (Event) - Fired on the server side when a tab is changed after a postback
  • OnClientActiveTabChanged - The name of a javascript function to attach to the client-side tabChanged event
You can handle any of these Events.

One example - Using ASP.NET AJAX TAB Control[^].
 
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