I have asp.net application user all telerick control. The master page has few .ascx (controls) like header/footer...etc
I have one more (lets say ThirdControl.ascx file which I wanted to load after completion of the master page load. For better user experience (to minimize the page load time) I want to capture the event where master page load finishes it loading completely.
After I get this event (i,e page load complete) I want to load my ThirdControl.ascx asynchronously.
Are there any work around are suggestions? Please help me.
Thanks
Ramana