Click here to Skip to main content
16,019,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have a grid view where i show all my data .grid has a select index event,so when i select the button the selected row data ll be reflected in a textbox which is present outside the grid view.the text box proper was Readonly="true".I have a update button which is present outside gridview.I wanted to enable textbox from 'read only' to 'write only' ,i.e editable.How can I do,Please tell me.???
Posted

1 solution

There is nothing like "write only". You can enable editing by seting TextBox.ReadOnly property[^] to false.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900