Example #1
0
    protected void onDelete(object source, CommandEventArgs e)
    {
        int retval = BLL_Infra_ShipSettings.DEL_Help_File_Settings(Convert.ToInt32(e.CommandArgument.ToString()), Convert.ToInt32(Session["USERID"]));

        BindHelpFileSettings();
    }