Results 1 to 4 of 4

Thread: textbox databinding?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Location
    Rhode Island, USA
    Posts
    29

    textbox databinding?

    friend of mine asked an interested quesiton i couldn't answer. so now im' here.

    he bound a textbox to a dataset when the textbox loses focus the dataset will not update. bottom line. the textbox will not update the dataset.

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    What so you mean by dataset will not update? Are you adding a record to the textbox??

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Location
    Rhode Island, USA
    Posts
    29
    the rowstate property for each row in the dataset is not being modified until you move onto the next row. what if i only have one record. how would i get that to update?

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Call the EndEdit method of the DataBindingManager or whatever its called.

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