Hello Experts,
I have created a panel and set its visible property to false
oPanel.setvisible(false);
Now I want to make the panel visible on clicking a button,
For this I tried using
oPanel.setvisible(true);
But this doesn't work.
Is there a way to make the panel visible ?
Regards,
Rohit