示例#1
0
 protected void bntBuscarS_Click(object sender, EventArgs e)
 {
     GvServicio.DataSource = PSUsuario.PedirServicio(int.Parse(ddlLocalidad.SelectedValue), int.Parse(ddlHora.Text));
     GvServicio.DataBind();
 }