L
Larry R
ASP.Net 2, Formview.
I have a ObjectDataSource that is bound to a custom BusinessObject. On
the formview, I have some dropdownlists and checkboxlist that are bound
to a database for their values.
I need to read the values and apply them to properties in the Business
object. I have tried "catching" the fvEditUser_ItemUpdating(), but the
sender.DataItem is nothing.
How do I update my business object with the values from the formview (
that are listed based on the database) ?
The goal is relatively simple . Take the values of a control on a
formview that is databound to another source, and apply them to the
Business object before it is passed to the UpdateUser() function.
I have a ObjectDataSource that is bound to a custom BusinessObject. On
the formview, I have some dropdownlists and checkboxlist that are bound
to a database for their values.
I need to read the values and apply them to properties in the Business
object. I have tried "catching" the fvEditUser_ItemUpdating(), but the
sender.DataItem is nothing.
How do I update my business object with the values from the formview (
that are listed based on the database) ?
The goal is relatively simple . Take the values of a control on a
formview that is databound to another source, and apply them to the
Business object before it is passed to the UpdateUser() function.