I looked at the online demos of this control, section: "Insert/Update/Delete" / "Edit on Double-Click".
I created a project just like that and replaced the Session Data Source with an asp:SqlDataSource.
The latter does not take the argument PrimaryKeyFields which is set to "
Because of this (I assume), I get the error...
I created a project just like that and replaced the Session Data Source with an asp:SqlDataSource.
The latter does not take the argument PrimaryKeyFields which is set to "
OrderID,ProductID" in the original data source.Because of this (I assume), I get the error...
Unable to
update Orders. Reason: Must declare the variable '@OrderID'.
..when trying to update. I am using the Northwind SQL database I have made no changes in the select or update command. How do I use this control with an asp:SqlDataSource?
..when trying to update. I am using the Northwind SQL database I have made no changes in the select or update command. How do I use this control with an asp:SqlDataSource?