You need to sign in to do that
Don't have an account?

display pageblock based on tab
Hi,
I have a requirement to displaydifferent pageblocks based on the tab which i click.Any sample examples would be helpful
I have a requirement to displaydifferent pageblocks based on the tab which i click.Any sample examples would be helpful
<apex:tabpanel>
<apex:tab>
<apex:pageBlock/>
</apex:tab>
<apex:tab>
<apex:pageBlock/>
</apex:tab>
......
</apex:tabPanel>