filling dataset with user defined objects
ASP.NET
2
Posts
2
Posters
1
Views
1
Watching
-
how can i fill dataset with user defined objects for example i have created employee class and its instances.now i have fill the dataset with those objects
-
how can i fill dataset with user defined objects for example i have created employee class and its instances.now i have fill the dataset with those objects
Why do you need to fill a dataset with user defined objects? Do you want to bind a datagrid or something like that? In this case you can put them in a ArrayList and it may be easier. Regards, Alexandru Savescu