ASP.Net Repeater control also supports the Data binding through the C# String Array collection. You can easily display the items stored in the C# String array collection by setting the Repeater control DataSource property value equal to the object of String Array class. Repeater control renders the String Array items in the same way as it renders the data items retrieved from the SQL Database. You can use any type of layout that we discussed in the previous samples such as Repeater Table Layout, Div Layout or HTML UL Li layout to display the C# String array items in ASP.Net Repeater Control. Try the Sample below: