Exemplo n.º 1
0
        protected void DeleteAttachmentButton_Click(object sender, EventArgs e)
        {
            string aid = AttachmentIDTextBox.Text;

            AttachmentHelper.DeleteAttachment(aid);
            BindAttachmentList();
        }