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);
143
Controls.Add(
_uploadButton
);
148
scriptManager.RegisterPostBackControl(
_uploadButton
);
460
_uploadButton
.ApplyStyle(zone.EditUIStyle);
462
_uploadButton
.Text = UploadButtonText;
463
_uploadButton
.RenderControl(writer);