M
Miro
I cant seem to find a proper example anywhere that binds a textbox by code.
I have created on the FormLoad a Dataset that has 1 record from my table.
I created a DataRow that holds that record. ( with my columns that were
specified from my commandText.
So what I have done now is I created a textbox on my form.
How do I bind that text box to my DataRow that holds all my columns?
-So It displays the data in the text field, and later so I can put a
"save" button on the form and update the data from the text field back
to the database.
Im using vb.net express and sqlExpress
Thanks
Miro
I have created on the FormLoad a Dataset that has 1 record from my table.
I created a DataRow that holds that record. ( with my columns that were
specified from my commandText.
So what I have done now is I created a textbox on my form.
How do I bind that text box to my DataRow that holds all my columns?
-So It displays the data in the text field, and later so I can put a
"save" button on the form and update the data from the text field back
to the database.
Im using vb.net express and sqlExpress
Thanks
Miro