Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesUsing DnnPageDropDown - Internal Server Error (500)Using DnnPageDropDown - Internal Server Error (500)
Previous
 
Next
New Post
5/14/2014 6:57 AM
 

I'm try to use DnnPageDropDown control in my module.

Control code:

      <div class="dnnFormItem">
            <dnn:Label id="lblHomePage2" runat="server" ControlName="pageHomePage" Suffix=":" />
             <dnn:DnnPageDropDownList ID="pageHomePage" runat="server" 
             IncludeAllTabTypes="True" IncludeDisabledTabs="True" AutoPostBack="true" />
        </div>
                                

Module control OnInit / OnLoad example code:

protected override void OnInit (EventArgs e)
{
    base.OnInit (e);
    jQuery.RequestDnnPluginsRegistration();

    ServicesFramework.Instance.RequestAjaxAntiForgerySupport();

}

protected override void OnLoad (EventArgs e)
{
    base.OnLoad (e);

    if (!IsPostBack)
        pageHomePage = new TabController().GetTab(TabId, PortalId, true);
}

After load, pageHomePage control displays correct tab name, but  after click on dropdown, page list shows rotating cirlce, and then popups jQuery alert message "Internal Server Error (500)". Same thing if I set AutoPostBack="true" - selecting tab from a list - first time OK, but try second time I have "Internal Server Error (500)" message again.

Portal event log is clear. Tried with or w/o "Support Partial Rendering" flag for control in module definition. Using DNN Platform 7.1.2.

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesUsing DnnPageDropDown - Internal Server Error (500)Using DnnPageDropDown - Internal Server Error (500)


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out