Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error with dataview
Message
From
28/06/2005 11:51:56
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Error with dataview
Miscellaneous
Thread ID:
01027088
Message ID:
01027088
Views:
67
Hello,
I am trying to create a dataview based off of my datatable, but I am getting an error stating "Cannot bind to DataTable with no name."

I have removed all the extra stuff in the code here. Am I missing something?
                Dim DV1 As DataView
                DV1 = New DataView
                With DV1
                    .Table = gdetailtable
                End With
Very fitting: http://xkcd.com/386/
Next
Reply
Map
View

Click here to load this message in the networking platform