Make ReadOnly textboxes when button is pushed in c#
I have a textbox where the users can write their names and along with that I have a button that locks the name after they click that button. So when they click the button, I want the textbox to become ReadOnly.
Any Idea how to do that?