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 FormView1_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) ?
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 FormView1_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) ?