Click here to Skip to main content
15,919,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any one there teach me or share how can i enable a TextBox when user click or select a "Other" in Listview
and if user user uncheck a listview the TxtBox become Disable
See the image@tinypic[^].
Posted
Updated 3-Oct-11 22:46pm
v3
Comments
Prerak Patel 4-Oct-11 4:47am    
Just fixed the link.

1 solution

Use the ListView.ItemCheck Event[^] to respond to the fact that the check box was clicked. In this event handler you should enable or disable the text box.
Check the example code ListView1_ItemCheck1 to see how to determine whether the check box is checked or not.
 
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