When I set my textbox.Enabled = false, it loses all CSS Styles.
I can set it to readonly, and all CSS Styles works well.
But how can I keep css styles for disabled textbox?
When I set my textbox.Enabled = false , it loses all CSS Styles. I
Share
Thanks very much,
I found the solution to do it. There are no CSS style apply when I set
Enabled=false.But when I setdisabled=true,it works well.Example: