DataBinding

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I am databinding a DataSet field with a text box, which works fine, the
syntax I am using is as follows

txtTextbox.DataBinding.Add("Text",dvDataView,"Field")

However, when I do Debug.Write(txtTextbox.Text) it come's up blank

Any ideas.


Thanks in advance


Dave
 
Cor,

Well that bit works fine, although as I'm not in front of my PC right now so
I may have the syntax slightly wrong. The the actual textbox displays the
value fine, it's when I try to referance it like debug.write(txtTextbox.text)
I get a "" value.

Any ideas

Dave
 
Dave,

I tried it to be sure, however with me it displays the data.

So maybe you can show some more code.

Cor
 
Back
Top