Showing related tags and posts accross the entire site.
-
Hi all, I'm trying to get a DataSource from.NetTiers. I've read the posts in this forum and followed some suggestions. Here is how everyone suggested: TList<Cities> cityList = DataRepository.CitiesProvider.GetAll(); DataSet ds = cityList.ToDataSet(false); //when I set this to true, it gives...
-
I found a lot of posts about problem for converting TList to DataSet but how I can convert DataSet to TList and VList in order to use generated classes I am used to? Thank in advance Alex