1 write to _upload
System.Web (1)
UI\WebParts\ImportCatalogPart.cs (1)
136_upload = new FileUpload();
6 references to _upload
System.Web (6)
UI\WebParts\ImportCatalogPart.cs (6)
137Controls.Add(_upload); 379string fileName = _upload.FileName; 380Stream contents = _upload.FileContent; 439writer.AddAttribute(HtmlTextWriterAttribute.For, _upload.ClientID); 446_upload.ApplyStyle(zone.EditUIStyle); 448_upload.RenderControl(writer);