What are the difference between Render as and Re-render?
Answer / Rohitash Kumar
Render as is a Visualforce attribute used to specify the type of output that a component should produce. For example, if you want a component to output HTML code, you would set its renderAs attribute to 'html'.nnRe-render, on the other hand, refers to the process of updating the UI of a Visualforce page by reexecuting its Apex controller and rendering its components again. This can be triggered by an action event or a JavaScript remoterollup function.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the differences between 15 and 18 digit record ids?
Difference between role and profile? : salesforce admin
How can we deploy components to production org ? : salesforce lightning component
How can you embed a visualflow in a visualforce page?
How does apex work?
What is call in and call out? : salesforce integration
How to do callout integration? : salesforce integration
What type of workflow alerts are there?
Explain class constructors with example?
What is soap? : salesforce integration
What are the considerations for skinny table?
How to restrict the user to see any record, lets say cases?