• monica seles
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
in visualforce [age i am not geeting the save button. please some one help me.
 
<apex:page standardController="student__c" >
    <apex:form>
        <apex:pageBlock title="{student__c.Name}">
           
            <apex:commandButton value="SAVE" action="{!SssAVE}"/> 
            
            <apex:pageBlocksection>
                <apex:inlineEditSupport>
                    <apex:outputField value="{!student__c.Name__c}"/>
                     <apex:outputField value="{!student__c.Date_of_Joining__c}"/>
                     <apex:outputField value="{!student__c.Mobile__c}"/>
                     <apex:outputField value="{!student__c.City__c}"/>
                </apex:inlineEditSupport>
           </apex:pageBlocksection>
           
        </apex:pageBlock>
    </apex:form>
</apex:page>