Using Visual Studio - get your datasource setup, throw a datagrid in, and bind the datasource to the datagrid.
i like to use the linq "datacontext" [Table(Name = "MemberTable")] public class MemberTable { } var variable = new System.Data.Linq.DataContext(DBCONNECTION).GetTable<MemberTable>();