Search code examples
xmlcontrolssitecoresitecore7

Sitecore 7:Calling one xml control from other xml control


I need to call(on click of a button or link)a custom xml control from another xml control in sitecore.

Is this possible?If so,please provide me some direction on this.

Thanks, Suhas


Solution

  • This is copy-pasted from the decompiled code of the Edit button click method in the device editor (presentation details) dialog box, which opens an additional modal:

    SheerResponse.ShowModalDialog(urlString.ToString(), "720", "480", string.Empty, true);