protected void btnListItemDelete_Click(object sender, EventArgs e) { OSAEObjectPropertyManager.ObjectPropertyArrayDelete(hdnSelectedObjectName.Text, hdnSelectedPropName.Text, hdnPropListItemName.Value); hdnEditingPropList.Value = "1"; loadPropertyList(); }
protected void btnListItemDelete_Click(object sender, EventArgs e) { OSAEObjectPropertyManager.ObjectPropertyArrayDelete(gvObjects.DataKeys[gvObjects.SelectedIndex]["object_name"].ToString(), hdnSelectedPropName.Text, hdnPropListItemName.Value); hdnEditingPropList.Value = "1"; loadPropertyList(); }