I have some custom user control developed. I want to place it in a custom page layout. So it will be in every page instance of that layout. How can i put my custom user control on custom page layout?
Thanks
|
I have some custom user control developed. I want to place it in a custom page layout. So it will be in every page instance of that layout. How can i put my custom user control on custom page layout? Thanks |
|||
|
|
|
First create your User Control and publish is to SharePoint.
Then you can reference your User Control
|
|||
|
|
|
Make sure you put the user control into a subdirectory of {SharePointRoot}/Templates/ControlTemplates Put a
and the refer to it where you need it like:
|
|||||||
|