Results 1 to 6 of 6

Thread: Binding data with textbox.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Posts
    73

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Binding data with textbox.

    It should be TextBox1.DataBindings.Add().

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Posts
    73

    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

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Posts
    73

    Re: Binding data with textbox.

    thank u.

  6. #6
    Addicted Member
    Join Date
    Jan 2005
    Posts
    136

    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
  •  



Click Here to Expand Forum to Full Width