Updating is not supported by ISDataSource...but UpdateMethod IS specified

12 replies. Last post: August 27, 2012 9:51 PM by Handy Surya
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Peter BriggsMember

I am suddenly getting this error and I don't know why. When I drag and drop an appointment, I get this "Updating is not supported..." error but the ISDataSource does have an UpdateMethod specified.

<ISDataSource:ISDataSourceTable DeleteMethod="Delete" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="AHCS.dsScheduleTableAdapters.Alt_Get_ScheduleEventTableAdapter" UpdateMethod="Update" TableName="Alt_Get_ScheduleEvent">
                  <DeleteParameters>
                     <asp:Parameter Name="Pk_Schedule_ID" Type="Int32"></asp:Parameter>
                  </DeleteParameters>
                  <SelectParameters>
                      <asp:Parameter Name="ClientID" Type="Int32"></asp:Parameter>
                      <asp:Parameter Name="StartDate" Type="DateTime"></asp:Parameter>
                      <asp:Parameter Name="EndDate" Type="DateTime"></asp:Parameter>
                  </SelectParameters>
                  <UpdateParameters>
                      <asp:Parameter Name="EventID" Type="Int32"></asp:Parameter>
                      <asp:Parameter Name="CategoryID" Type="Int32"></asp:Parameter>
                  </UpdateParameters>
</ISDataSource:ISDataSourceTable>

All times are GMT -5. The time now is 2:35 PM.
Previous Next