Quote Originally Posted by cary1234 View Post
sorry jmcilhinney, i suppose that it is related.
No it isn't. This new question is nothing to do with stored procedures. It's about when to retrieve data and how to display that data.

You can create a Data Source or do it all in code. It really doesn't matter. You can bind or not bind in either case. You can retrieve the data in a batch or one record at a time either way. The Data Source just means that you don't have to write all the code yourself.