Home All Groups Group Topic Archive Search About

Binding a textbox to a dataset

Author
10 Sep 2006 4:14 PM
reidarT
I have a datagrid with different tableadapters as source.
On the form I have a textbox showing one of the columns in the datagrid.
I can bind the textbox's datasource in the properties, but how can I do it
programmatically?
reidarT

Author
10 Sep 2006 4:21 PM
Cor Ligthert [MVP]
reidar,

I thought that this sample was quiet complete, there are more samples about
your question on our website.

http://www.vb-tips.com/dbpages.aspx?ID=c4832a2a-2b95-4ded-93d9-4deb7fa4a0b8

I hope this helps,

Cor

Show quoteHide quote
"reidarT" <rei***@eivon.no> schreef in bericht
news:uLWOkQP1GHA.1256@TK2MSFTNGP02.phx.gbl...
>I have a datagrid with different tableadapters as source.
> On the form I have a textbox showing one of the columns in the datagrid.
> I can bind the textbox's datasource in the properties, but how can I do it
> programmatically?
> reidarT
>