Io ho tradotto il codice così:

codice:
my_iframe.Attributes("src") = "/mia_pagina.aspx?id=" + txt1.text;
Il problema che non mi trova my_iframe (The type or namespace name 'my_iframe' could not be found (are you missing a using directive or an assembly reference?))

anche nella pag aspx vedo il tag sottolineato in rosso