I am using a master page, and the page that is in the contentplaceholder has a radtooltipmanager in it. The main page is using a datalist and in the itemdatabound event for the datalist I added targetcontrols for specific values to open a custom web user control for the tooltip.
In the master page I added javascript to show a loadingpanel on page load based on examples I found on this forum. By doing this it causes the the page load event of the contentplaceholder page to fire twice and hence it loses the targetcontrols that were added to the radtooltipmanager. If I remove the javascript to show a loadingpanel on page load, everything works.
Any ideas on how to handle this situation?
Thanks!
In the master page I added javascript to show a loadingpanel on page load based on examples I found on this forum. By doing this it causes the the page load event of the contentplaceholder page to fire twice and hence it loses the targetcontrols that were added to the radtooltipmanager. If I remove the javascript to show a loadingpanel on page load, everything works.
Any ideas on how to handle this situation?
Thanks!