Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/07/2005, 13:56
Avatar de Sayra
Sayra
 
Fecha de Ingreso: diciembre-2004
Mensajes: 365
Antigüedad: 19 años, 5 meses
Puntos: 1
Estuve haciendo pruebas

Hola Neivan. Realize unas pruebas con tu código y en efecto el mensaje sale doble, sin embargo cuando eliminas Handles MyBase.Load y puebas lo demás asi


<%@ Page Language="VB" %>
<script runat="server">

Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
if not ispostback then
response.write("hola")
end if
End Sub

</script>
<html>
<head>
</head>
<body>
<form runat="server">
<!-- Insert content here -->
</form>
</body>
</html>

Te muestra un solo hola, sim embargo no se explicarte porque es de esta manera, nunca me ha funcionada bien el uso del handles en mis aplicaciones por tanto casi nunca lo uso

Espero te sirvan mis observaciones