Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/10/2006, 02:50
alfisoft
 
Fecha de Ingreso: octubre-2005
Mensajes: 27
Antigüedad: 18 años, 7 meses
Puntos: 0
prueba con esto

onload
if not ispostback then
LlenarDatos()
end if

evento click del botón
LlenarDatos()

public function LlenarDatos()
'aquí tu código
end function

suerte