Hi,
Regarding this part of the VB code:
For i As Integer = 0 To 10
dt.Rows.Add(New Object() {"c:\img" & i.ToString() & ".jpg", "image-" & i.ToString()})
Next
Is this object instantiation part of .net 3 or 3.5?
Can this be done in asp.net 2.0 in c#?
Thanks - Darren