public void BindGrid() { rptList.DataSource = WebBLL.GetCherryByName(namelike.Value); rptList.DataBind(); }