1.

What Is The Difference Between Visible Property And Render Property?

Answer»

The visible property is set to true/false based on the requirement whether we want to see the field on the page or not at run time. The field or COMPONENT STILL exists on the page, though hidden.

The RENDER property is used to conditionally LOAD the component based on a criteria.

The visible property is set to true/false based on the requirement whether we want to see the field on the page or not at run time. The field or component still exists on the page, though hidden.

The render property is used to conditionally load the component based on a criteria.



Discussion

No Comment Found