data binding - C# Bind ADODB.Recordest to TextBox -


i have application migrated legacy app, , want keep using com adodb classes (using interop).

in original app had textbox control bound 1 of fields in recordset, cannot see how this.

this i'm trying right now:

txtbox.databindings.add("text", recordset, "fieldname");

but leaves textbox blank.

i know recordset has data because i'm binding datagrid control same recordset , shows several records.

any ideas?


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -