In a form aspx page I have some controls as embedded userControl. This is as I include userControl :
I set an entity to a property control from vb.aspx code:
All runs well because data is displayed on navigator:
Problem appears when 'save' button is pushed, there, my private _item is Nothing:
How can I do to keep Me.Item (and Me._item) populated?
Sorry, perhaps question is not enough detailed, I have include relevant code, ask for more details if needed.