What are the three types of bindings used in visual force? What does each refer to?
Answer / Rekha Rani
The three types of bindings used in Visualforce are Expression Binding, Attribute Binding, and Action Binding. Expression Binding refers to evaluating an expression within a tag's attribute value. Attribute Binding involves binding component attributes to values from the controller. Action Binding pertains to invoking methods defined in the controller when a user interacts with components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which fields are automatically indexed in salesforce? : salesforce crm
What is the purpose of controllers? : salesforce visualforce
How can you convert a lead?
Which fields are indexed by default in salesforce? : salesforce admin
Is it possible that data you see on dashboard and data you see on report after drilling down the report on dashboard are different? : salesforce reports and dashboards
What is the use of the database class in apex ?
What is an external id in salesforce?
What are the static and dynamic dashboards? Can dynamic dashboards be scheduled?
What is a workflow field update? : salesforce admin
For what is Salesforce good?
How can we use lightning components with the salesforce1 mobile app ?
What are the effects of using the transient keyword?