Hello Everybody,
How can I convert following categories object into DataTable, or alternatively how can I use the same to loop through individual values?
Thanks.Code:Dictionary<Guid, UHCategory> categories = new Dictionary<Guid, UHCategory>(); categories = ClassProvider.GetCategoryCollection();




Reply With Quote