I have a user control that displays a list of items. This control loads fine into the Umbraco dashboard. I have another control that performs add/edit functions, and when the user clicks add/edit on the first control I want to "transfer" or load this control. Is there an easy way to do this?
Hmm eh, how about hiding the first usercontrol and then showing the other. I think you can use an updatepanel to do it without a complete page refresh.
Dashboard - Transferring between user controls
Hi All,
I have a user control that displays a list of items. This control loads fine into the Umbraco dashboard. I have another control that performs add/edit functions, and when the user clicks add/edit on the first control I want to "transfer" or load this control. Is there an easy way to do this?
Thanks,
Jay
Hmm eh, how about hiding the first usercontrol and then showing the other. I think you can use an updatepanel to do it without a complete page refresh.
Thanks Sebastiaan. I'll take that approach.
is working on a reply...