Originally posted by Eras3r
Try this instead.....

Code:
Private objDT As New System.Data.DataTable
Private objDR As New System.Data.DataRow
if u dont use the above, then u will need these in your pageload...

Code:
Set objDT = New DataTable()
Set objDR = New DataRow()
Thanks for the help but I am getting this error...

Overload resolution falied becasue no "New" is accessible.

I should have say that I am using VB.NET and framework 1.0.

Any idea what it can be...???

Cheers...