------ name
------ valor
y necesito que lo haga asi
n/v
--
--
--
--
--
Aca el codigo:
Código:
desde ya muchas gracias.-<%if trim(consulta) <> "" then%> <%if not(objRS.BOF and objRS.EOF) then%> <table ID="MiTabla" border="1" cellpadding="2" width="100%"> <tr> <%for introw=0 to objRS.Fields.Count -1 %> <td nowrap bgcolor="#CCCCB7" valign="top"> <%if intRow>0 then %> <p align="Center"> <%end if%> <font face="verdana" size="1"> <b><%=objRS(intRow).name%></b></font> </td> <td nowrap bgcolor="#CCCCB7" valign="top"><font face="verdana" size="1"><%=objRS.Fields(intRow).value%></font></td> <%Next%> </tr> <%else%> <center> <table border="0" cellpadding="2" ID="Table1"> <tr> <td align="center"> <!--bgcolor="#000060"--> <p align="center"><b><font face="Verdana" color="#0000FF" size="2"> No se encontraron registros que cumplan con esa condición !</b> </p> </td> </tr> </table> </center> <%end if%>
pela
pd. soy muyyyy novato