|
-
Jun 30th, 2003, 09:09 PM
#1
Thread Starter
Junior Member
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.
-
Jun 30th, 2003, 09:35 PM
#2
Frenzied Member
What so you mean by dataset will not update? Are you adding a record to the textbox??
-
Jun 30th, 2003, 10:18 PM
#3
Thread Starter
Junior Member
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?
-
Jun 30th, 2003, 11:48 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|