A
Andy Gilman
I want to enable a 'Save' button when a bound textbox changes.
I am using a dataview and binding my textcontrol to a field on that
dataview.
I cant find ANY event that will tell me when the textbox changes.
Any message I can find online regarding similar issues tells me to call
'EndCurrentEdit' on the currency manager or data row before i save it. Well
thats
not the problem here. I want to be able to tell when the user starts typing.
I can do this on grids just fine, but i cannot find any way to do it on a
textbox.
Do I really have to capture each TextChanged event myself and set the status
of the button accordingly?
-simon
I am using a dataview and binding my textcontrol to a field on that
dataview.
I cant find ANY event that will tell me when the textbox changes.
Any message I can find online regarding similar issues tells me to call
'EndCurrentEdit' on the currency manager or data row before i save it. Well
thats
not the problem here. I want to be able to tell when the user starts typing.
I can do this on grids just fine, but i cannot find any way to do it on a
textbox.
Do I really have to capture each TextChanged event myself and set the status
of the button accordingly?
-simon