Hi:
In my current project, a scheduler control is displayed in the page. However, it seems the page will be showed in more than 5 seconds. Hence i set the scheduler as invisible initially and then set it visible in the runtime. But the control will be showed 3-5 seconds after the scheduler.visible = true and the relevant databinding operation.
Now what i want to know is which event will be triggered after the scheduler is showed or the end of the databinding operation. It seems the OnClientDataBound and OnDataBound are not available.
Anyone has idea about it?