|
-
Jan 15th, 2005, 01:51 AM
#1
Thread Starter
Lively Member
Binding data with textbox.
hi,
I would like to bind database with textbox and show data in textbox. How can I do that?
I am using dataset, access.
Thanks
-
Jan 15th, 2005, 07:14 AM
#2
Re: Binding data with textbox.
It should be TextBox1.DataBindings.Add().
-
Jan 15th, 2005, 08:34 AM
#3
Thread Starter
Lively Member
Re: Binding data with textbox.
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
-
Jan 15th, 2005, 01:36 PM
#4
Re: Binding data with textbox.
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.
-
Jan 18th, 2005, 05:49 AM
#5
Thread Starter
Lively Member
Re: Binding data with textbox.
thank u.
-
Jan 18th, 2005, 06:36 AM
#6
Addicted Member
Re: Binding data with textbox.
if you are using dataadapter and dataset just in the form_load write dataadapter.fill(dataset)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|