예제 #1
0
 protected void ActualizaGrid()
 {
     gwvUsuario.DataSource = objUsuario.ObtieneUsuarioAll();
     gwvUsuario.DataBind();
 }