hi,
I would like to bind database with textbox and show data in textbox. How can I do that? :blush:
I am using dataset, access.
Thanks ;)
Printable View
hi,
I would like to bind database with textbox and show data in textbox. How can I do that? :blush:
I am using dataset, access.
Thanks ;)
It should be TextBox1.DataBindings.Add().
Thank you for replying.. I used what you wrote but it doesn’t work , so could u please give example from binging : how to update data and show it in textbox.
Thank you so much
Did you fill in the parameters? I don't have an example because I don't use this method. But a google will get you good examples. :)
thank u. :blush:
if you are using dataadapter and dataset just in the form_load write dataadapter.fill(dataset)