G
Guest
I have just spent a very frustrating morning reading postings on this problem
and nothing seems to work. I am trying to write a demo project in VB/ASP.net
2.0 and I am unable to get any sort of edit page to work. This is extremely
simple stuff, straight out of one of Microsoft's training videos. Drag a
table on to the xsd, create queries, then create a page with a bound
DetailsView (bound to a tableadapter). Then set the DetailsView to permit
edits. (The initial display of data works fine.) No code whatsoever.
No matter what I try, when I try to update the data I wind up with the
error:ObjectDataSource 'ObjectDataSource1' could not find a non-generic
method 'Update' that has parameters: ItemName, ItemDesc, ProjectLeadID,
StartDate, FinishDate, GatesId, Resources, original_ProjectId,
original_ItemID.
Is there any way to get this to work?
and nothing seems to work. I am trying to write a demo project in VB/ASP.net
2.0 and I am unable to get any sort of edit page to work. This is extremely
simple stuff, straight out of one of Microsoft's training videos. Drag a
table on to the xsd, create queries, then create a page with a bound
DetailsView (bound to a tableadapter). Then set the DetailsView to permit
edits. (The initial display of data works fine.) No code whatsoever.
No matter what I try, when I try to update the data I wind up with the
error:ObjectDataSource 'ObjectDataSource1' could not find a non-generic
method 'Update' that has parameters: ItemName, ItemDesc, ProjectLeadID,
StartDate, FinishDate, GatesId, Resources, original_ProjectId,
original_ItemID.
Is there any way to get this to work?