示例#1
0
 protected void btnListItemDelete_Click(object sender, EventArgs e)
 {
     OSAEObjectPropertyManager.ObjectPropertyArrayDelete(hdnSelectedObjectName.Text, hdnSelectedPropName.Text, hdnPropListItemName.Value);
     hdnEditingPropList.Value = "1";
     loadPropertyList();
 }
示例#2
0
 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();
 }