Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello Guys..
I am making FEE MANAGEMENT SYSTEM,in this i want to set textbox non editable but depend on combobox,If payment is full then the textbox should be non editable and if payment is installment then textbox will editable.
How to do this..
Thanks in advanced.
Posted
Comments
Peter Leow 18-May-14 3:23am    
Tag your question properly, is it form or asp?
Member 10794814 18-May-14 7:56am    
form

1 solution

depending on ComboBox selected Item.... SET the ReadOnly property of TextBox control either True or False..

This will let you prevent the TextBox from further editing depending upon required conditions as you mentioned in you problem
 
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