P
Philip
I am using the ListView/ObjectDataSource and the UpdateMethod provides null
value fields for the databound fields other than the DataKeyName specified in
the companion ListView. This is true regardless of whether I use a custom
object (DataObjectTypeName)....or whether I use the UpdateParameters template.
In order to workaround the problem I have to support the ObjectDataSource
OnUpdating event....then find the controls in question and build the input
parameters myself.....so that the UpdateMethod input parameters are correct.
I have written a sample application which reproduces the condition, however
I see no way to update the project.
Can you offer any advice ?
value fields for the databound fields other than the DataKeyName specified in
the companion ListView. This is true regardless of whether I use a custom
object (DataObjectTypeName)....or whether I use the UpdateParameters template.
In order to workaround the problem I have to support the ObjectDataSource
OnUpdating event....then find the controls in question and build the input
parameters myself.....so that the UpdateMethod input parameters are correct.
I have written a sample application which reproduces the condition, however
I see no way to update the project.
Can you offer any advice ?