Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/07/2004, 14:34
CreaTuSitio.com
 
Fecha de Ingreso: junio-2004
Mensajes: 92
Antigüedad: 19 años, 10 meses
Puntos: 0
un ejemplo simple:

<script runat="server">
sub page_load(sender as object, e as eventargs)
texto.text = "aqui el texto"
end sub
</script>

<html>
<body>

<asp:literal id="texto" runat="server" />

</body>
</html>
__________________
Crea tu Sitio