[thelist] ReadOnly TextBox BackColor ??

Casey aspnet at thecrookstons.com
Sat Aug 13 12:51:01 CDT 2005



> The below works for me;
>
> HTH,
> Volkan.
>
> <style type="text/css" media="all">
> input.readonly {
> background:#aaccff;
> }
> </style>
>
>
> <input type="text" class="readonly" readonly="readonly"  value="hi there"
/>


Hmm.  How about with this:

<asp:textbox class="readonly" readonly="true" id="notesBox"
textmode="multiline" columns="40" rows="5" runat="server" />

??



More information about the thelist mailing list