T
Thirsty Traveler
I have a question on how best to bind, say, a GridView to a DataSet that
will be populated via a call to the BLL/DAL layers (Business Logic
Layer/Data Access Layer). The ObjectDataSource seems to want to call GetData
at startup. However, the table it is populating is huge and needs user
provided filter information before the first Select.
What is the best way to handle this?
will be populated via a call to the BLL/DAL layers (Business Logic
Layer/Data Access Layer). The ObjectDataSource seems to want to call GetData
at startup. However, the table it is populating is huge and needs user
provided filter information before the first Select.
What is the best way to handle this?