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

How will you display account name using VF
Hello All,
I want to know how to display an account name in visual force page?
Confused between standard controller and custom controller.
Thanks in advance.
I want to know how to display an account name in visual force page?
Confused between standard controller and custom controller.
Thanks in advance.
To display Account Name on VF Page you may use the standard controller. Use the below expression on VF page where you want to display the Account name {!account.name}. Please refer to the below link for some sample VF Markup's that might help you on this http://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_display_field_values.htm
Please review the below articles for more information on Standard Controller and Custom Controller
Standard Controllers (http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_std.htm)
Custom Controllers (http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_def.htm)