Z
Zoury
Hi! :O)
I making a UserControl which wraps a ListView control (and some others). I'd
like to implement a Fill(object dataSource) method... My question is how can
I support the multiple known data types that can be used as a data source ?
I mean, if the user pass in a string array or a DataTable the code isn't
gonna be the same for both.. So what are the best pratices to do so ?
Thanks!
I making a UserControl which wraps a ListView control (and some others). I'd
like to implement a Fill(object dataSource) method... My question is how can
I support the multiple known data types that can be used as a data source ?
I mean, if the user pass in a string array or a DataTable the code isn't
gonna be the same for both.. So what are the best pratices to do so ?
Thanks!