protected void btnClearCache_Click(object sender, EventArgs e) { CMSFunctions.ClearCache(); ShowConfirmation(GetString("Administration-System.ClearCacheSuccess")); ReloadData(); }
protected void btnClearCache_Click(object sender, EventArgs e) { CMSFunctions.ClearCache(); lblInfo.Text = GetString("Administration-System.ClearCacheSuccess"); ReloadData(); }
protected void btnClear_Click(object sender, EventArgs e) { CMSFunctions.ClearCache(); ReloadData(); }