private void btnLast_Click(object sender, EventArgs e) { if (lblPageCount.Text == "0") { return; } if (lblPageCount.Text != lblCurrentPage.Text) { paginacion.lastPage(); cargarRegistros(); } }