1 write to _uploadButton
System.Web (1)
UI\WebParts\ImportCatalogPart.cs (1)
139_uploadButton = new Button();
8 references to _uploadButton
System.Web (8)
UI\WebParts\ImportCatalogPart.cs (8)
140_uploadButton.ID = "Upload"; 141_uploadButton.CommandName = "upload"; 142_uploadButton.Click += new EventHandler(OnUpload); 143Controls.Add(_uploadButton); 148scriptManager.RegisterPostBackControl(_uploadButton); 460_uploadButton.ApplyStyle(zone.EditUIStyle); 462_uploadButton.Text = UploadButtonText; 463_uploadButton.RenderControl(writer);