ObjectDataSource - UpdateParameters is not configured

  • Thread starter Thread starter bladethinker
  • Start date Start date
B

bladethinker

We've bound an ObjectDataSource to a class whose "select" returns a
custom object. We point the "update" to a method which accepts the
same kind of object as an input parameter. But after configuring the
ObjectDataSource, the UpdateParameters is not generated. Why isn't
the ObjectDatasource's "update" parameters configured? Thanks
Marty
 
Marty,

Most probably because you did it wrong, however what was the reason, we
cannot see.

Take the AdoNet newsgroup for this question, there you have more change on
an answer.

Cor
 
Back
Top