protected void Page_Load(object sender, EventArgs e) { gvCitas.DataSource = objCitas.listarCitas(); gvCitas.DataBind(); }