Difference between rendered, renderAs and reRender in Visualforce page
render - Boolean value (if it is true, it displays the block else it will be hidden)
reRender - ID. Particular block will be refreshed.
renderAs - Display the page as pdf, excel, etc...
reRender - ID. Particular block will be refreshed.
renderAs - Display the page as pdf, excel, etc...