Gotchas
How to get reference to Control Panel from Command Panel (Building Modules)
The main purpose of the Command Panel (left part of the screen) in the module is to modify Control panel (right part of the screen) in some way – set property, call a method etc. In order to get the reference to the Control Panel you can use following code in the Command Panel :
ControlPanel [...]
Working on a live UserControl
In case you’ve wondered how to modify already uploaded user control without constantly uploading it through Sitefinity pages, it’s handy to know that Sitefinity creates a “UserControl” folder inside of the website’s root folder and stores there all uploaded user controls . Once you upload your control, you can open the user control file (.ascx) [...]
Read Full Post | Make a Comment ( 1 so far )