0
kicks
SubSonic + ObjectDataSource = less code
Use a base class for all your SubSonic controllers and have automatically SQL paging, SQL sorting and filtering of your data through a search criteria.
All this decoupled from your aspx or your controls in a nice controller class.