G
Guest
After creating a custom web user control in a ascx file I can dynamically add an instance of this control to the web forms Controls collection at runtime, but it won't render. Anybody know why?
add an instance of this control to the web forms Controls collection atnova_jsh01 said:After creating a custom web user control in a ascx file I can dynamically
LoadControl because my User control is actually a class, part of my project,nova_jsh01 said:Thanks for the response Kevin and for your suggestion. I'm not using