This article explains about how to read the SharePoint Lists in a SharePoint Folder and Bind It To Repeater Control
A SharePoint List is a structure of items or rows and columns or fields that contain data provided by SharePoint.
It is similar to a collection of data in the form of a table. SPList is used to represent a SharePoint list
Approach
First step is to create a custom list in SharePoint Site. Please find the snapshot attached of the list created.
Code Sample:
Output Result:
Conclusion
Hope this helps!