Sometimes I find the need to convert a SQLDataSource to a DataTable. Here's how to do it:
dt = dv.ToTable()