Making a textbox control uneditable without disabling it?

lazzar

New Member
Is it possible to take a textbox item and make it un-editable while still having it enabled for use?\[code\]Textbox1.Enabled = false;\[/code\]This works for all purposes I need EXCEPT that I can't read data from it because it's disabled. If this is not possible I can find alternate solutions. Making it invisible is also not an option.
 
Back
Top