What are expressions used in pages to bind in controllers? : salesforce visualforce
Answer / Manoj Kumar Raman
Expressions in Visualforce pages can be used to bind data between the page and controller. This is done using the syntax {!controllerVariableName}. For example, {!myControllerVar}.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a Sharing Rule?
What are different types of reports? : salesforce reports and dashboards
What is the difference between Sales Cloud and Service Cloud?
What are different kinds of reports?
How do users see report headers while scrolling? What to do to enable this floating report header?
What is lightning: or ui: in any lightning component? : salesforce lightning component
What is the self-service portal?
Which component in salesforce ends with __mdt and __s ?
What are static resources? : salesforce admin
what are future methods and where are they used ?
What is Apex in Salesforce?
Which objects have associated standard controllers? : salesforce visualforce