DNN Blog

Nov 17

Posted by: Michael Washington
11/17/2007  RssIcon

The latest version of the Survey module allows you to export the Survey results. This worked fine until DNN 4.7. Now it throws:

Sys.WebForms.PageRequestManagerParserErrorException

The problem is that even though it is not suppose to be in an ASP.NET AJAX Update Panel, now it is (I think this was due to a Core change to fix another issue). The solution was to indicate that the Export link will now cause a post back:

        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            If DotNetNuke.Framework.AJAX.IsInstalled Then
                DotNetNuke.Framework.AJAX.RegisterScriptManager()
                DotNetNuke.Framework.AJAX.RegisterPostBackControl(lnkExport)
            End If
        End Sub

I should have this fix submitted to the release tracker in mid-December.

Tags:
Categories:
Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.