..
The DataList and Repeater are two server-side objects ch. NET Framework makes available to speak with a database through the connection provider, and managing the data made available by the System.Data namespace.
The difference between the two is that the DataList is suitable for creating a report, having the feature to automatically create an HTML table to hold data extracted from the DB, while the repeater is limited to cycling extracts the data, leaving the developer the task of layout in HTML.
Here are two example for the operation of the DataList and Repeater .
| |
ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €. |
| |
ASP.NET (Course)
Full course for building Web applications from 49 €. |
| |
SQL and Database (Course)
Create and manage relational databases. From 39 €. |