![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/06/2005, 04:40
|
| | Fecha de Ingreso: abril-2005
Mensajes: 55
Antigüedad: 19 años, 9 meses Puntos: 0 | |
y este es el codigo de la pagina .aspx <HTML>
<HEAD>
<title>WebForm1</title>
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta content="True" name="vs_showGrid">
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<script>
</script>
</HEAD>
<body background="file:///C:\Inetpub\wwwroot\Encuestas\fondo1.gif" MS_POSITIONING="GridLayout">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 40px; WIDTH: 456px; POSITION: absolute; TOP: 16px; HEIGHT: 96px" cellSpacing="1" cellPadding="1" width="456" border="1">
<asp:repeater id="repeater1" runat="server"></asp:repeater></TABLE>
</body>
</HTML> |