Can someone tell me how I can load a user control from within another user control.
I'm using MOSS 2007
Can someone tell me how I can load a user control from within another user control. I'm using MOSS 2007 |
||||
|
I got the following code from the MDSN on line libray:
basically you have to load the new control code behind and attach it in a place older so you have to set a PlaceHolder in the first control or something that can contains the Child-Control This is the MSDN ref: http://msdn.microsoft.com/en-us/library/c0az2h86(v=vs.100).aspx |
|||
|