protected override void Render(HtmlTextWriter writer)
 {
     //TODO: Add dropdown list to select bucket, which Cloud Front URL is mapped to
     writer.AddFormRow("Access Key:", "Please enter your Amazon AWS Access key", _accessKeyTextBox);
     writer.AddFormRow("Secret Key:", "Please enter your Amazon AWS Secret Key", _secretKeyTextBox);
     writer.AddFormRow("Custom CDN Domain:", "Please enter Cloud Front domain mapped to your S3 storage", _cdnDomainTextBox);
 }
 protected override void Render(HtmlTextWriter writer)
 {
     writer.AddFormRow("File:", _fileFileUpload);
     writer.AddFormRow("Container:", _collectionsDropDownList);
     writer.AddFormRow("Title:", _titleTextBox);
     writer.AddFormRow("Description:", _descriptionTextBox);
     writer.AddFormRow("Tags:", "Separated with commas", _tagsTextBox);
 }
 protected override void Render(HtmlTextWriter writer)
 {
     writer.AddFormRow("Account Name:", "Please enter your Azure Account Name", _accountNameTextBox);
     writer.AddFormRow("Key:", "Please enter your Azure Primary Key", _keyTextBox);
     writer.AddFormRow("Custom CDN Domain:", "Please enter domain mapped to your blob storage", _cdnDomainTextBox);
 }
 protected override void Render(HtmlTextWriter writer)
 {
     writer.AddFormRow("API Key:", "Please enter your Cloud Files API key", _apiKeyTextBox);
     writer.AddFormRow("Username:"******"Please enter your Cloud Files Username", _usernameTextBox);
 }