Ejemplo n.º 1
0
 public void BindGrid()
 {
     rptList.DataSource = WebBLL.GetOrderInfoListByNameOrderByNotPrinted(namelike.Value, new Guid(activityList.SelectedValue.ToString()), true, check.Checked);
     rptList.DataBind();
 }