Managing Members of a .NET SiteThis User Management Panel is pretty slick. In time it will be even slicker. The data has been binded to a DataGrid, formatted with templates, and utilizes some very unique .NET controls such as EditCommandColumn and the Template Column. Basically it is pre built formatting for easily editing and updating data in a table. I have also used a User Control here as well to seperate the main page from the web forms. DataSets are binded to Server Controls but the data in the DataSet is actually transformed in to XML. Which in turn gives us direct access to the rows and columns.