Ask a Question related to ASP.NET General, Design and Development.
-
Ruby #1
array of dataset
hi...
Can I create array of dataset with VB.net
I try This
dim ds() as dataset
... (code here)
For i = 0 to 4
ds(i) = new dataset ??? error object bla..bla...bla
Next
Is there something wrong with this code?
thank all
Ruby
Ruby Guest
-
Dataset.length(), dataset.hasnext() not working.. Why?
I have a dataset that has 3 items, yet when I test for it, it is "undefined". Any ideas why this property would not be available? Thanks Geoff -
Trace DataSet array
Hi, Anyone know how to trace an item or all of an array in a DataSet in to the output window? Your help is much appreciated. -
[Urgent] Is there a size limit on returning a large dataset or a large typed array from web service?
Is there a size limit on returning a large dataset or a large typed array from web service? I couldn't find any article in MSDN about this..... ... -
Ccopying a datatable content from an untyped dataset into a table which is inside a typed dataset
Hi All, I am facing problem in copying content of table from a untyped dataset into to a table inside the typed dataset. I wanted to copy the data... -
web services htc getting array or dataset values
I'm new to this web services arena... I was able to use the MSDN example of Web Services with the HTC file. Pretty neat as I didn't want my page... -
Ruby #2
Re: array of dataset
thank alot Gary...:)
Ruby
"Gary McCormack" <gary.mccormack@tryster.co.uk> wrote in message
news:098a01c35823$86fea1c0$a501280a@phx.gbl...> You have declared the array as a dynamic array. I assume
> somewhere you are using redim to specify how many elements
> it is to have?
>
> I.e
> ReDim ds(4)
> For i = 0 to 4
> ds(i) = new dataset
> Next
Ruby Guest



Reply With Quote

