
25/10/2006, 02:50
|
| | Fecha de Ingreso: octubre-2005
Mensajes: 27
Antigüedad: 19 años, 5 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 |