M
Mark Olbert
I'm trying to understand how to respond to mode changing events in a FormView control. I'm not using datasource controls, so I have
to do more of the plumbing myself.
Do I have to call the ChangeMode() method in the ModeChanging event handler?
Why doesn't the ModeChanged event fire? I can see the mode in the process of changing, because my ModeChanging handler gets called,
but then the ModeChanged handler never gets called.
- Mark
to do more of the plumbing myself.
Do I have to call the ChangeMode() method in the ModeChanging event handler?
Why doesn't the ModeChanged event fire? I can see the mode in the process of changing, because my ModeChanging handler gets called,
but then the ModeChanged handler never gets called.
- Mark