I am using
TextBox.ReadOnly = false;
for readonly.
How can i fix it on DropDownList?
I use Enabled = false properties like...
TextBox.Enabled = false;
DropDownList.Enabled = false;
but, after that css class not call in this both control at run-time.
Please give me any properties like "ReadOnly".