| | | Forum Newbie
       
Group: Forum Members Last Login: 10/10/2008 11:02:46 AM Posts: 1, Visits: 3 |
| I have a form with textboxes tied to a dataset. When I click on add a new record I would like to fill in one of the databound boxes with some info but i can't see the info until I add an additional new record then navigate back. Any ideas on how to see it right away? It seems like a refresh problem.
Thanks |
| | | | Junior Member
       
Group: Forum Members Last Login: Today @ 12:38:58 PM Posts: 23, Visits: 15 |
| I would imagine you need to hook into an event on either the databindingsource or the datagridview depending on how you are doing this. the Add button you are pressing, does it feed space in a datagridview for a user to fill in the other data, or is this a custom form built by dragging fields from the datasources window?
Vb.net 2005, Teradata, Sql Server 2005, mainframe automation |
| |
|
|