Quote Originally Posted by blakemckenna View Post
I know your suggesting one way, but their seems to be so many ways of doing 1 thing. Obviously, I wish to use the easiest and most efficient method, which in this case, I'm just not sure what that method is.
The easiest method is data-binding. At it's simplest, as I think it would be in your case, it's one line of code: you assign the DataTable to the grid's DataSource and you're done. You can also configure data-binding to do much more if required.
Quote Originally Posted by blakemckenna View Post
As far as the counts go, after the fill, there are 3 rows in the DS.
I believe that I asked for three different values and you've only provided one. If I ask a question it's for a reason. If you'd like me to help further then please provide the information I've asked for.