issue with using generic page selector parentpageid = null

Posted by Community Admin on 04-Aug-2018 18:31

issue with using generic page selector parentpageid = null

All Replies

Posted by Community Admin on 21-Jun-2012 00:00

  • Daniel Tharp

    Posted on 24 minutes ago CC: chad.neiro@avianis.com

    I keep getting a issue in my control designer that pops up Parameter name : parentPageid is null. code is below.

    <sitefinity:GenericPageSelector
            ID="Pages"
            runat="server"
            AllowMultipleSelection="false"
            MarkItemsWithoutTranslation="true"
            ShowOnlySelectedAsGridOnLoad="true"        
            WebServiceUrl="~/Sitefinity/Services/Pages/PagesService.svc/">
        </sitefinity:GenericPageSelector>

    The goal is to save the page that the user selects so that I can forward a user to that page when the user clicks a button in my control. I have searched through documentation and I can't find a example for this. Any help would be great.

Posted by Community Admin on 22-Jun-2012 00:00

We figured this one out through another forum discussion.

www.sitefinity.com/.../problem-creating-designer-for-custom-widget.aspx

This thread is closed