private void BindData() { ow_cooperationControl ow_cooperationControl = new ow_cooperationControl(); DataTable table = null; table = ow_cooperationControl.GetTable(1, "ID"); if (table != null && table.Rows.Count > 0) { this.repeatercooperation.DataSource = table.DefaultView; this.repeatercooperation.DataBind(); } }