protected void dgSign_Bind() { this.dgSign.DataSource = DocumentAction.QuerySignRecord(this.FileID, this.Types); this.dgSign.DataBind(); }