Tag Archives: vf page

How to Delete Records of an sObject using PageBlockTable in Visualforce page

Hi, In this scenario we have shown how to delete the records using pageblocktable in visualforce page. Here we used ‘apex:param’ for transmitting individual record ids from vf to apex class…. we used custom controller to perform delete action, and pageBlockTable to display records and command link to delete individual records. Apex Controller Vf Page… Read More »