Field Sets is a new feature introduced in Spring 11 that allows Salesforce Admins to customize a Visualforce (aka VF) page via simple point-and-click. We can Create a Field Set on any Object that is the group of different fields.
Now this field Set is used in VF page with {!$ObjectType.ObjectName.FieldSets.NameOFFieldSet} in the VF page as follow-
Steps1- Create a Field Set on a object Suppose Account that include Account Name, Account Owner, Billing and Shipping address fields(say AcctSearch).
Step 2- Now Use it in the VF page..
For more details See-
http://blog.sforce.com/sforce/2011/02/using-field-sets-in-spring-11.html
Now this field Set is used in VF page with {!$ObjectType.ObjectName.FieldSets.NameOFFieldSet} in the VF page as follow-
Steps1- Create a Field Set on a object Suppose Account that include Account Name, Account Owner, Billing and Shipping address fields(say AcctSearch).
Step 2- Now Use it in the VF page..
For more details See-
http://blog.sforce.com/sforce/2011/02/using-field-sets-in-spring-11.html