Como Poner Request.QueryString en el HTML

29/11/2004 - 19:36 por Galia | Informe spam
Hola a todos estoy usando C# con asp.net, necesito el
valor que esta en el Request.QueryString["guia"] y
colocarlo como figura abajo en el src del iframe pero lo
de abajo no funciona, alguien conoce una forma de hacerlo.

<td height="21" colspan="5" vAlign="top" style="WIDTH:
166px">
<iframe src="guiascliente.aspx?NROSER="<%
Request.QueryString["guia"].ToString().Substring(0,3)%

+"&GUIENV="+<%Request.QueryString["guia"].ToString()


ToString().Substring(4,7)%> height="270" width="450"

name="frame" scrolling="no" align="middle" ></iframe>
</td>
 

Leer las respuestas

#1 Misael Monterroca
29/11/2004 - 19:58 | Informe spam
si le quitas el substring que te hace?

Otra opción es que al iframe le pongas el atributo runat=server y desde tu
code-behind modifiques la propiedas .src.

Saludos!
http://www.neo-mx.com/blog




"Galia" wrote in message
news:a6f201c4d642$4b1ec5b0$
Hola a todos estoy usando C# con asp.net, necesito el
valor que esta en el Request.QueryString["guia"] y
colocarlo como figura abajo en el src del iframe pero lo
de abajo no funciona, alguien conoce una forma de hacerlo.

<td height="21" colspan="5" vAlign="top" style="WIDTH:
166px">
<iframe src="guiascliente.aspx?NROSER="<%
Request.QueryString["guia"].ToString().Substring(0,3)%
>+"&GUIENV="+<%Request.QueryString["guia"].ToString()
ToString().Substring(4,7)%> height="270" width="450"

name="frame" scrolling="no" align="middle" ></iframe>
</td>

Preguntas similares