C
Cirene
I have some user controls that are inside a formview control. I use the
usercontrols in the EditItemTemplate, ItemTemplate and the
InsertItemTemplate of the formview. In a 3 templates the user controls have
the exact same name (uc1, uc2, uc3).
In my formview_modechanging even I am trying to autopopulate the user
controls, if data exists. I debug the code and I can see the before and
after results of the text fields changing etc... in each user control. It
seems to work fine.
But, when the code finishes and the form is shown they are still
untouched/empty.
Any ideas what could be wrong?
Thanks.
usercontrols in the EditItemTemplate, ItemTemplate and the
InsertItemTemplate of the formview. In a 3 templates the user controls have
the exact same name (uc1, uc2, uc3).
In my formview_modechanging even I am trying to autopopulate the user
controls, if data exists. I debug the code and I can see the before and
after results of the text fields changing etc... in each user control. It
seems to work fine.
But, when the code finishes and the form is shown they are still
untouched/empty.
Any ideas what could be wrong?
Thanks.