DataBinding no longer updates underlying datasource when a form is closed?

  • Thread starter Thread starter Alex Shoemack
  • Start date Start date
A

Alex Shoemack

Hi,

I've noticed since switching from July CTP to the final VS 2005, that a an
unwanted change has taken place. The data source no longer gets updated
when you close a form.

Eg, you are databinding a textbox to a string and you type in some text and
hit the OK to close dialog... textbox is set to OnValidation update mode.
It doesn't get saved to the string.

Yes I could update it on OnClosing message, and I have only a few dialogs to
fix, so this is more an item of curiosity... Why is now this way?

Alex
 
I remember a bug related to this fixed post Beta 2 to match desktop
behavior.

Could you please try that on desktop? If it works the same way, this change
is by design.

If not, please provide simple repro - one file if possible, 100% compliable,
no external dependencies. Thanks.


Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top