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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Partial rendering and module communication?Partial rendering and module communication?
Previous
 
Next
New Post
9/6/2007 4:08 AM
 

Hello,

I am developing a module with a simple functionality:

You have a text box and a button.

You can enter some words and click the button, then a search will be done (external DB) and some results are displayed in a GridView control.

In each row of the GridView there is a button which fires a module communication event.

If I do not enable partial rendering everything works fine and the event gets fired and any other module listening to this event will work.

But when I activate partial rendering the only thing that happens is a short appearance of this nice progress bar when you click one of those buttons.

By debugging I can see that the click-event handler runs and should fire the event, but somehow the event gets lost, does not reach the listening modules.

Any suggestions, ideas?

Thanks

 
New Post
9/6/2007 10:05 AM
 

I did some more debugging...

The event does reach the target module! And the event handler is running... but somehow it does not affect the displayed instance...

It seems like by activating the partial rendering the events get fired at some hidden instances or so, and therefore you don't see any effekt...

To say it short:

The event gets fired and also triggers the event handler, but the event handler does not affect the client page.

So... now any suggestions, ideas, fixes? ;-)

 
New Post
9/13/2007 4:33 AM
 

OK I found the solution to this problem:

If you want to use module communication between modules with activated partial rendering you have to :

- make sure that all involved modules (their controls to be exact) have partial rendering activated

- put the aspx code which will be affected on an update panel with UpdateMode = "Always"

Then the event handle will visibly affect the target page.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Partial rendering and module communication?Partial rendering and module communication?


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