Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error with dataview
Message
De
28/06/2005 11:51:56
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Error with dataview
Divers
Thread ID:
01027088
Message ID:
01027088
Vues:
68
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/
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform