Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox.Datasource blues
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Combobox.Datasource blues
Environment versions
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01629297
Message ID:
01629297
Views:
53
**** 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.
Reply
Map
View

Click here to load this message in the networking platform