I am using rad controls in website and need to add them dynamically. I`v created my own class for control named radPhotoViewer drived from class radcontrol. So, this isn`t allowing me to add add that control to page using Page.Controls.A dd(radPhotoView er). Not even in the radcontrols like radtoobar.Items .Add(radPhotoVi ewer).
Every method requires System.Web.UI.C ontrol to pass as a parameter although i know all radcontrols are inherited from System.Web.UI.C ontrol.
Plz help me
Every method requires System.Web.UI.C ontrol to pass as a parameter although i know all radcontrols are inherited from System.Web.UI.C ontrol.
Plz help me
Comment