views:

102

answers:

0

This question may reveal my ignorance as a Programmer but I won't know if I don't ask.

The BLL/DAL I inherited returns DataTables for everything. Address, Phone, CountyList, StateList, etc...

My issue is that on a Given page, say Member, there is multiple DataTables being pulled down but the page gets updated as One.

Is there a way to create a BindingSource that has, for example, Address, Phone, County, State in it so that when I update the page I am checking One BindingSource instead of Four?