Ejemplo n.º 1
0
 public void BindGrid()
 {
     rptList.DataSource = WebBLL.GetActivityByName(namelike.Value, 1);
     rptList.DataBind();
 }