Hola a todos
He pasado por debajo de enlace y hecho con éxito todas las piezas. El único problema es que no aparece nada en mi página de resultados. En Dreamweaver 8 en la sección "Enlaces" campo me conecto a la BD MS Access y puede ejecutar una consulta no hay problema, pero no quiere aparecer en mi página de resultados. Im en Witts final. No me lo real codificador...
ps. por favor, no preguntes por qué im usando Dreamweaver y asp y no tal o cual...si usted puede ayudar, please hacerlo de otro modo no más importante.
Web tuturial enlace: pixeldigest es / aspsearch
Mi código: Resultados
<MM:DataSet
id="DataSet1"
runat="Server"
IsStoredProcedure="false"
ConnectionString='<%# System.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_STRING_phone") %>'
DatabaseType='<%# System.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_DATABASETYPE_phone") %>'
CommandText='<%# "SELECT ext, mobile, name, surname FROM contact WHERE name LIKE ?" %>'
CurrentPage='<%# IIf((Request.QueryString("DataSet1_CurrentPage") <> Nothing), Request.QueryString("DataSet1_CurrentPage"), 0) %>'
PageSize="10"
Debug="true"
>
<Parameters>
<Parameter Name="@name" Value='<%# IIf((Request.QueryString("name") <> Nothing), Request.QueryString("name"), "") %>' Type="WChar" /></Parameters></MM:DataSet>
<MM:PageBind runat="server" PostBackBind="true" />
- <MM:DataSet
- id="DataSet1"
- runat="Server"
- IsStoredProcedure="false"
- ConnectionString='<%# System.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_STRING_phone") %>'
- DatabaseType='<%# System.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_DATABASETYPE_phone") %>'
- CommandText='<%# "SELECT ext, mobile, name, surname FROM contact WHERE name LIKE ?" %>'
- CurrentPage='<%# IIf((Request.QueryString("DataSet1_CurrentPage") <> Nothing), Request.QueryString("DataSet1_CurrentPage"), 0) %>'
- PageSize="10"
- Debug="true"
- >
- <Parameters>
- <Parameter Name="@name" Value='<%# IIf((Request.QueryString("name") <> Nothing), Request.QueryString("name"), "") %>' Type="WChar" /></Parameters></MM:DataSet>
- <MM:PageBind runat="server" PostBackBind="true" />