
02/10/2003, 08:23
|
| | Fecha de Ingreso: octubre-2003
Mensajes: 4
Antigüedad: 21 años, 7 meses Puntos: 0 | |
Más pistas Mira, este es el encabezado de código html de la paginilla: <%@ Page Language="VB" ContentType="text/html" %>
<%@ Register TagPrefix="MM" TagName="PageBind" Src="/bin/MMPageBind.ascx" %>
<%@ Register TagPrefix="MM" TagName="DataSet" Src="/bin/MMCommand.ascx" %>
<MM:DataSet
id="ds_Pregunta"
runat="Server"
IsStoredProcedure="false"
ConnectionString='<%# System.Configuration.ConfigurationSettings.AppSett ings("MM_CONNECTION_STRING_connEncuesta") %>'
DatabaseType='<%# System.Configuration.ConfigurationSettings.AppSett ings("MM_CONNECTION_DATABASETYPE_connEncuesta") %>'
CommandText='<%# "SELECT Texto FROM PREGUNTAS WHERE Activo = true" %>'
Debug="true"
> </MM:DataSet>
<MM:PageBind runat="server" PostBackBind="true" /><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Boletín de Noticias. Agosto 2003</title>
Me da la impresión que el tal MMPageBind.ascx y MMCommand.ascx han de ser como unas "librerías ¿?" que utiliza en el servidor al ejecutar el código html (¿como unas dll?). No se si voy muy despistadilla.
En fin... |