ObjectDataSource.Update returns empty object

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Zopers

    ObjectDataSource.Update returns empty object

    Hello,

    I have some textboxes in a FormView control. The FormView is bound to an
    ObjectDataSourc e. The ObjectDataSourc e has a SelectMethod that gets an
    object and the textboxes in the FormView are bound to the Object's
    properties. This all works fine.

    The ObjectDataSourc e also has an UpdateMethod that points to a function
    that accepts the whole object as a parameter. But when I call the
    ObjectDataSourc e.Update() method, the specified function is called, but
    the object-parameter is always a completely empty object.

    Does anyone recognize this problem and how can I solve this?

    Greetings,
    Chris

    *** Sent via Developersdex http://www.developersdex.com ***
Working...