S Sakkatha Dec 20, 2005 #1 Hi gourp Is it possible to register a custom web component foo.ascx in the code behind page???
T Teemu Keiski Dec 20, 2005 #2 Hi, you can load it from markup string with Page.ParseControl or from a file with Page.LoadControl Just note that you need to add the control to page's Controls collection on every request then.
Hi, you can load it from markup string with Page.ParseControl or from a file with Page.LoadControl Just note that you need to add the control to page's Controls collection on every request then.