This is a code, generated from my .NET 3.5 application :
<input type="text" 
 rel="0,00 €"
 id="ctl00_ContentPlaceBody_ImpostaCompravenditaImmobili1_txtRenditaCatastale"
 value="0,00 €"    
 name="ctl00$ContentPlaceBody$ImpostaCompravenditaImmobili1$txtRenditaCatastale">
Now, when I load it, and through Firebug (but this doesn't matter really, with whatever debugger you use you can do this) I add/delete (for example) disabled="", and I refresh the page (by hitting F5), on the server side it stores this value. And in the page I get after the refresh, the value has been stored in the (I believe) context View of the page.
Is it a bug? Normal behavior? I found it really bizarre!
 
     
    