I am working on Sharepoint. I am creating a site definition that is having a list using that I am insert so many properties inside the list. I am done with the creation part. Now I have to display the properties of the list in default.aspx page of Site definition. I have defined the properties of the list inside the schema.xml file in List Definition. I have used ProjectProperty, ListProperty, ListItemProperty and even FieldValue. But I am not able to fetch that property values.
Please suggest me how to go with this.
Any help is appreciated.