protected void btnDel_Click(object sender, EventArgs e) { Guid fileId = new Guid(this.hdnFileID.Value); if (DocumentAction.DelSendFileInfo(fileId)) { this.JS.Text = "alert('删除成功!');"; this.dgFileList_Bind(); } }