Ejemplo n.º 1
0
 protected void timKiem_Click(object sender, EventArgs e)
 {
     rptTour.DataSource = tourController.timSoCHo_Tour(txtTieuDe.Text);
     rptTour.DataBind();
     Paging2();
 }