Click here to Skip to main content
15,886,639 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application in which a grid and number of textboxes are bound to a dataset (the user interface is the bound textboxes).

While entering data manually is fine, I have a number of 'hidden' textbox fields I would like to update invisibly to the user by program control. I'm not sure of how to update these hidden textboxes and have the changed content propagated to the dataset.

At the moment, when the User updates the record, all his/manual changes are captured but not the program controlled hidden fields.

Is there an elegant way to do this beyond simulating a manual entry or using a focus change?
Posted
Comments
joginder-banger 11-Dec-13 12:15pm    
which language are you used? Means that c#,vb. give a some information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900