Soldato
I thought this would be dead easy but no..... I need to embed a page inside another and pass the query string to it from the parent to the embedded page..
Querystring
I don't believe I need any code behind it but clearly I'm missing something as the string is not passed.
TIA!
Querystring
Code:
?Tick_ID=ABC12345
Code:
<iframe id="MyIFrame" src="https://website.domain.com/info.asp?ticket_id=<%Tick_ID%>" runat="server" scrolling="auto" width="100%" height="768px" frameborder="0"></iframe>
TIA!