protected void Page_Load(object sender, EventArgs e) { lblAvailablePackageCount.Text = AutoUpdateManager.GetCountPackages().ToString(); lblBackupCount.Text = AutoUpdateManager.GetCountBackups().ToString(); lblPublicationDestinationCount.Text = AutoUpdateManager.GetCountPublications().ToString(); }