Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox.Datasource blues
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Combobox.Datasource blues
Versions des environnements
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01629297
Message ID:
01629297
Vues:
54
**** Update - Solved. Got it to work. There's nothing wrong with this approach.

For some reason, when I add the lines below, I cannot assign the datatable (zoekKlantSql.dt) to the combobox.datasource anymore.
        Dim insertRow As DataRow = zoekKlantSql.dt.NewRow()
        insertRow("KL_Nummer") = "0"
        insertRow("displayField") = "Insert"
        zoekKlantSql.dt.Rows.InsertAt(insertRow, 0)

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Répondre
Fil
Voir

Click here to load this message in the networking platform