Hi there,
In ASP how do I set the editor to readonly so that I can display some text without letting the user edit it?
I have tried using the ReadOnly="True" property in both ASP and in the codebehind with absolutely no luck. I've tried disabling it, enabled="False" etc. No luck. You're examples show how to do it using inline script like <% Dim Editor1 etc... %> but that is not acceptable.
Thanks,
Wes