Setting an asptextbox to read only from the code behind
- by Anthony
I need to change the readonly property of a asptextbox from the code behind based on certain conditions.
I know how to run a function when the page loads, but I don't know how to reference the form fields to change the readonly property.
Can anyone point me in the right direction?
Thanks in advance,
Anthony