09-02-2015 04:07 AM
i am using differnet popup panels in my applications , when i click a command button a new popup panel appears , my problem is that i want to duplicate one tabel control which is displayed in one popup on my different panels, using duplicatectrl() function , now the issue that i am facing is this that when i duplicate the same control on different panels there is a delay after which the control appears and the title of the table control is also not displayed , the data displayed on the control is also not current rather from previous itteration.
i have read the thread
but kindly address my question as i am not sure of what to do ,
thanks in advance
09-03-2015 02:37 PM
If you get the title attribute programmatically from the duplicated control, is the title there?