Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hello can i create an array of dataset ?
u can use Hashtable to store array of datasets e.g HashTable ds_array = new HashTable(); ds_array.Add(1,dataset1); ds_array.Add(2,dataset2); ds_array.Add(3,dataset3); ds_array.Add(4,dataset4); . . . . . so on
rahul