I am trying to find a WebForm control that acts like a details ListView on Windows Forms. I have tried the DataGrid, but I can't get it to select the row or react to SelectedItemChanged event. The DataGrid doesn't have the AutoPostBack attribute. Is there any generic control that I could use? I have this working on a Windows Form application. I can select a row of the ListView, and it updates another table. I also need to color the cells according to my criteria.