Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/05/2005, 16:28
almaluz
 
Fecha de Ingreso: diciembre-2001
Mensajes: 262
Antigüedad: 22 años, 5 meses
Puntos: 0
Pregunta Mostrar variables en el codigo html

Hola, casi me da verguenza preguntar esto...

Porque esta variable no tiene valor?

si le asigno el valor dentro del Page_Load tampoco funciona


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


Dim strNombre As String = "pepe"


</script>
<html>
<head>
</head>
<body>
<%# strnombre%>
</body>
</html>