protected void objUpdating(object sender, ObjectDataSourceMethodEventArgs e)
{
e.InputParameters.Add("update_name", "xxx");
}
Hi, I am trying to make Update method for ObjectDataSource, which has argument "update_name" but adding parameter to collection using add method throws an exception of dictionary ( key value ) is read only any thougths? thank you