Example #1
0
 private void BindData()
 {
     this.Repeater1.DataSource = GuestBook.Manage();
     this.Repeater1.DataBind();
 }