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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Partial Rendering and 5.6.1Partial Rendering and 5.6.1
Previous
 
Next
New Post
2/1/2011 4:47 AM
 
Hello All

I upgraded 5 sites last Friday evening to 5.6.1 and all went well

On Monday morning, one of my customers phoned to say that most of the custom modules were not working correctly.

The problem in all cases was where I have a command button to call another control.

The code in question is as follows

        protected void cbViewCourses_Click(object sender, EventArgs e)
        {
            GridDataItem gridDataItem = (GridDataItem)RadGrid1.SelectedItems[0];
            String key = Common.Utilities.UrlUtils.EncryptParameter(gridDataItem["Id"].Text);
            
            string[] additionalParams = new string[2];
            Response.Redirect(EditUrl("OrganisationId", key, "ViewOrganisationCourses"), true);

        }


If I turn off "Partial Rendering" in the module definition, it works perfect.  

Does anyone know what I should do ?

a) do I need to change my code - if so to what?
b) will I just update the table and turn off all partial rendering for all my modules?  If so, are they negative implications?

I repeat, all works fine here with partial rendering turned off, but I really do not know what the issue is?

thanks

Mark


Mark Breen Ireland 1987 BMW R80 g/s
 
New Post
2/1/2011 9:11 AM
 
Although I'm not certain if this issue is a result of changes that were introduced in 5.6.1 to the compression HttpModule and which has caused a number of weird, seemingly unrelated client-side rendering issue, but it's worth a simple experiment:

In the site's Host --> Host Settings, Advanced Settings, Performance Settings, check if Compression Setting drop-down has "Deflate Compression" or "GZip Compression" selected. If it does, select "No Compression". After updating host settings, retest your modules (with supports partial rendering enabled in the module controls definition).


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
2/2/2011 6:26 AM
 
Hello William

Thank you for your reply.

Yes, it works fine when I turn off compression.

May I also let you know that other functionality is also effected by this issue.  Eg, with gzip compression enabled, if you attempt to search for a user in the /Admin/UserAccounts page, the search button does not work.  

My understanding is that until now most users may or may not turn on this compression, I am grateful to you for assisting me in finding the solution for me, but do we need to let others know about it?

thanks again for you help

Mark



Mark Breen Ireland 1987 BMW R80 g/s
 
New Post
2/2/2011 8:54 AM
 
Thanks for letting us know that turning off compression fixed the AJAX partial rendering issue for you. There have been a large number of threads in the forums concerning the various ill effects that enabling Gzip or Deflate compression in DNN 5.06.01 has on client-side rendering and scripts. Your's was the first report involving failed AJAX partial rendering.

There is at least one support issue logged in Gemini concerning compression in 5.06.01. Hopefully this will be resolved in the next release so that compression may be re-enabled.

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
2/3/2011 1:18 PM
 
Does anyone know how long until 5.6.2 will be released as I also upgraded a few client websites to 5.6.1 and have had many issues when using compression?
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Partial Rendering and 5.6.1Partial Rendering and 5.6.1


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