protected void DeleteAttachmentButton_Click(object sender, EventArgs e) { string aid = AttachmentIDTextBox.Text; AttachmentHelper.DeleteAttachment(aid); BindAttachmentList(); }