|
-
Jun 4th, 2003, 05:56 PM
#3
Thread Starter
^:^...ANGEL...^:^
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|