W
Wayne Wengert
I have a Winform in VSNET 2003 where I define a dataadapter and fill a
dataset in the form load event. When a user clicks on a "Save" button I want
to do some validation, save updated values to the dataset and then do an
update to the DA to update the database.
Since the adapter and dataset are defined inside the form load event and
since it won't let me define them as Public or Friend I have no way to
reference them in a Click event.
How should that be set up?
Wayne
dataset in the form load event. When a user clicks on a "Save" button I want
to do some validation, save updated values to the dataset and then do an
update to the DA to update the database.
Since the adapter and dataset are defined inside the form load event and
since it won't let me define them as Public or Friend I have no way to
reference them in a Click event.
How should that be set up?
Wayne