item.Fields.ReadAll();
Gives us all the fields of the item. Is there some way to get only the fields which are grouped under the Field Section "Data".
Just to elaborate a little more:
-> Data
- Address
- Street
- ZIP
-> Extra Data
- Phone
- Fax
So in this case I want to get only the Fields defined under the section "Data".
Get your template from a template ID and a database:
and then
now when you have the field IDs, you can get your values