G
Guest
I have a class that performs a few methods on a dataset. That dataset then
fills a grid on a form. What I would like to do is to assign a particular
dataset to the class at runtime.
For instance, if I have 5 datasets named dataset1 through dataset5, how can
I call the class from my form, pass the dataset I want to manipulate and then
bind that dataset to a datagrid on the form?
Each dataset will bind to its own datagrid. Any ideas?
Thanks
fills a grid on a form. What I would like to do is to assign a particular
dataset to the class at runtime.
For instance, if I have 5 datasets named dataset1 through dataset5, how can
I call the class from my form, pass the dataset I want to manipulate and then
bind that dataset to a datagrid on the form?
Each dataset will bind to its own datagrid. Any ideas?
Thanks