G
Guest
I have read that the values of disabled and readonly textboxes are not saved
to the viewstate on postbacks in .NET 2 for security reasons.
However if the value of the textbox is set on the server on page load
shouldn't this value be persisted during postbacks? It doesn't seem to be at
the moment and is causing all sorts of problems in upgrading my application
from .NET 1.1.
to the viewstate on postbacks in .NET 2 for security reasons.
However if the value of the textbox is set on the server on page load
shouldn't this value be persisted during postbacks? It doesn't seem to be at
the moment and is causing all sorts of problems in upgrading my application
from .NET 1.1.