Im just trying to establish if Im on the right track here, or if Im trying to do something impossible.
Asp.Net 2003. Windows Form.
I have a number of buttons on my form. In my code behind the form, I have created a property that returns true or false.
I am assuming that I can than add a binding to the buttons that refers to this property, and uses it to set the Enabled property.
However, when I then change the status of that property, the enabled status of the buttons isnt changing.
So, what step have I missed, or is what Im doing simply not possible with buttons?
Cheers
K
Asp.Net 2003. Windows Form.
I have a number of buttons on my form. In my code behind the form, I have created a property that returns true or false.
I am assuming that I can than add a binding to the buttons that refers to this property, and uses it to set the Enabled property.
However, when I then change the status of that property, the enabled status of the buttons isnt changing.
So, what step have I missed, or is what Im doing simply not possible with buttons?
Cheers
K