What are the difference between Render as and Re-render?



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

Post New Answer

More Salesforce Interview Questions

What are the differences between 15 and 18 digit record ids?

1 Answers  


Difference between role and profile? : salesforce admin

1 Answers  


How can we deploy components to production org ? : salesforce lightning component

1 Answers  


How can you embed a visualflow in a visualforce page?

1 Answers  


How does apex work?

1 Answers  


What is call in and call out? : salesforce integration

1 Answers  


How to do callout integration? : salesforce integration

1 Answers  


What type of workflow alerts are there?

1 Answers  


Explain class constructors with example?

1 Answers  


What is soap? : salesforce integration

1 Answers  


What are the considerations for skinny table?

1 Answers  


How to restrict the user to see any record, lets say cases?

1 Answers  


Categories