B
Bill Gower
I have a DetailsView on a page hooked up to an ObjectDataSource. The
ObjectDataSource is hooked up to a class object. I have a Select Method
that loads the data into the data source. I want the user to make any
changes to the data but I don't want to save it back. I want the user to
click on a button and have the changed info emailed to someone. Once the
user clicks on the button, in my event handler how do I access the data that
is still sitting in the ObjectDataSource to pull it into an email?
Bill
ObjectDataSource is hooked up to a class object. I have a Select Method
that loads the data into the data source. I want the user to make any
changes to the data but I don't want to save it back. I want the user to
click on a button and have the changed info emailed to someone. Once the
user clicks on the button, in my event handler how do I access the data that
is still sitting in the ObjectDataSource to pull it into an email?
Bill