Hi...
I have an array declared:
Dim XAxis_Value()
and a ReDim statement.
ReDim
XAxis_Value(nCharts, countRec)
This statement works fine in ASP, but when I switch to ASP.Net, it give errors 'ReDim' cannot change the number of dimensions of an array.
Any Idea?