ASP.Net Repeater Control also allows you to customize the appearance that is similar to ordered and unordered listing of data items retrieved from SQL Database. You can use HTML UL LI tags to render the data items as unordered listing that displays bullets in front of each Repeater control item. You can also use the HTML OL LI tags to render the data items as ordered listing that shows numbers in front of each Repeater Item. Load the output of this sample to see the Unordered Listing layout of ASP.Net Repeater control generated using HTML UL LI tags: