Ormai è parecchio tempo che uso il framework AJAX di mamma Microsoft, ma l'errore di oggi non l'avevo mai visto:
Rispetto al solito, la cosa che ho fatto è inserire un iframe nella mia pagina.... Che possa essere quello il problema? Una veloce "googlata" ed ecco svelato il mistero. Riporto il testo preso da un post nel forum di ASP.NET:
"It seems 1.0 makes an assumption about the frameborder of a frameset being an integer. The accompanying frame page will reproduce this error when the frameborder is set to a non-integer such as "yes" or "no". Setting it to 1 or 0 makes it work again."
In effetti il bordo del mio iframe era settato a "no". Modificando il valore a 0 tutto è tornato a funzionare come prima.
Per completezza va detto che "yes" o "no" non sono valori definiti nelle specifiche, mentre lo sono 0 e 1.
Technorati Tag:
AJAX,
ASP.NET