You need to sign in to do that
Don't have an account?

Unknown property 'AccountStandardController.accout'
Unknown property 'AccountStandardController.accout'....
..
anyone can help you...
<apex:page standardController="account" sidebar="false" >
<apex:form>
<apex:pageblock title="Acounts">
<apex:pageBlockSection>
<apex:inputField value="{!Accout.Name}"/>
<apex:inputField value="{!Account.Type}"/>
<apex:inputField value="{!Account.AccountNumber}"/>
</apex:pageBlockSection>
</apex:pageblock>
</apex:form>
</apex:page>
..
anyone can help you...
<apex:page standardController="account" sidebar="false" >
<apex:form>
<apex:pageblock title="Acounts">
<apex:pageBlockSection>
<apex:inputField value="{!Accout.Name}"/>
<apex:inputField value="{!Account.Type}"/>
<apex:inputField value="{!Account.AccountNumber}"/>
</apex:pageBlockSection>
</apex:pageblock>
</apex:form>
</apex:page>
Please correct the spelling of line "<apex:inputField value="{!Accout.Name}"/>" as should be '<apex:inputField value="{!Account.Name}"/>"
Thanks
All Answers
Please correct the spelling of line "<apex:inputField value="{!Accout.Name}"/>" as should be '<apex:inputField value="{!Account.Name}"/>"
Thanks
You can close this question as you got the solution by marking my answer as best answer.This will also help you to close the thread as well.
Thanks