Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. return SqlHelper.ExecuteDataTable(conexion, "Listar_Alumno");
  2. }
  3.  
  4. private void FrmListarAlumnos_Load(object sender, EventArgs e)
  5. {
  6.  
  7.  
  8. }
  9. void Listar_Alumno()
  10. {
  11.  
  12.  
  13. dtListar_Alumno.DataSource = Cls_N_Alumno.Listar_Alumno();
  14. dtListar_Alumno.databind();
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement