PiRX
06-21-2006, 11:45 AM
I'm currently working on project, that involves moving data between pages by using some object.
By now with help of this forum i have solved some issues with Spring.net data binding and mostly it works well.
However I have problems with data binding (maybe I just miss some point) - I use bi-directional binding and for some bindings data from object is put into controls, but some are put from controls (empty values) into object.
By now i get object from session on Page_PreInit, bind them on InitializeDataBindings, and put object back into session on onClick handlers for buttons.
What i'm doing wrong?
p.s. this is my first experience with spring.net framework
By now with help of this forum i have solved some issues with Spring.net data binding and mostly it works well.
However I have problems with data binding (maybe I just miss some point) - I use bi-directional binding and for some bindings data from object is put into controls, but some are put from controls (empty values) into object.
By now i get object from session on Page_PreInit, bind them on InitializeDataBindings, and put object back into session on onClick handlers for buttons.
What i'm doing wrong?
p.s. this is my first experience with spring.net framework