Hi,
In my program I create a control (custom control) in my code:
myControlType myControl=new (myControlType);
After that I add it on my page:
myPage.Controls.Add(myControl);
Please advice me what code to add to get a slide from left animation when myControl is displayed.
