function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
luck.sfdcluck.sfdc 

custom VF page

i heve a custom VF page.....in that i have  4 blocks...

first block contains search functionality ...and remaining are for specific Object.

i need to use the search functionality to search either of these blocks..if any thing found in one block that block would only display. that means on found of something in one block...remaining blocks should get disappear

 

 

Thanks in advance

Shiv ShankarShiv Shankar

For this you have to use <apex:outputPanel> with rendered attribute.

like

<apex:outputpanel rendered="{! conditon}">

luck.sfdcluck.sfdc

Can u provide the complete solution.......

 

 

thanks in advance