work on C # asp.net vs 05. I have a requirement, I need to fill in the text box with some data about the gridview that comes from the database and makes it read-only
After that, the user cannot enter any text into the gridview template field. If I set the text box Enabled=false, I lose the color of the text, but I want to show the color of the text. Just the text box is not editable. I just want users to not be able to write anything in their text box.
jame
source
share