adspace
What are expressions used in pages to bind in controllers? : salesforce visualforce
Answer Posted / 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 |
Post New Answer View All Answers