Hi Everybody,I need to refresh a repeat Control but it is only created when the form is loaded, to solve this i’m using context.ReloadPage(); but when it reload is executed, all information of my form is erased, do you know what property or method i need to use to rebuild (Repeat Control) without lose the form data?
Note: context.ReloadPage(); doesn’t works with partial refresh!!!
Thanks a lot!!!