Y Yet another C# coder Nov 22, 2005 #1 Is there anyway to access a usercontrol from code that is placed in app_code (not in runtime) thanx
S Scott Allen Nov 23, 2005 #2 Yes - you define a base class derived from UserControl in App_Code, and derive your user control from this new base class (or interface). I have a long-winded explanation here: http://odetocode.com/Blogs/scott/archive/2005/8/1.aspx
Yes - you define a base class derived from UserControl in App_Code, and derive your user control from this new base class (or interface). I have a long-winded explanation here: http://odetocode.com/Blogs/scott/archive/2005/8/1.aspx