Example #1
0
 public void BindSecondPoint(int firstId)
 {
     Repeater1.DataSource = pointService.GetSecondPoints(firstId);
     Repeater1.DataBind();
 }