Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
<apex:page controller="s1"> <apex:form> <apex:pageBlock> <apex:pageBlockTable value="{!pro}" var="p"> <apex:column value="{!p.Name}"/> <apex:column value="{!p.Amount_Paid__c}"/> <apex:column value="{!p.DOB__c}"/> <apex:column value="{!p.Email__c }"/> </apex:pageBlockTable> </apex:pageBlock> </apex:form> </apex:page>