Search code examples
c#asp.netdetailsview

ASP.NET DetailsView


How can i showing multiples rows of a database by a asp.net control like detailsview?


Solution

  • For multiple rows, the listview is very flexible and it is worth it to spend the time to become familiar with it.