Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Update Panel View modes: 
User avatar
Member
Member
nabraham-tibus - 2/1/2011 11:08:42 AM
   
Update Panel
Hi

My update panel is not working in the web parts. It is not loaded when I click the button.

Any ideas?

Thanks
Nibu

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 2/2/2011 2:49:51 AM
   
RE:Update Panel
Hi,

How are you using the update panel? Are you using custom code or the property "Use update panel"?

Could you please provide us with more details about this problem? It would be much appreciated.

Best regards,
Juraj Ondrus

User avatar
Member
Member
nabraham-tibus - 2/2/2011 3:03:43 AM
   
RE:Update Panel
Hi Juraj

Thanks for the reply, I used following code for the update panel

<asp:UpdatePanel ID="upShowItems" runat="server">
<ContentTemplate>

My code goes here.....

</ContentTemplate>
</asp:UpdatePanel>

When I select a value from list box and click the show link, I wants to update the contents in the panel. But unfortunately it is not loaded the contents.

If I missing anything?

Thnaks
Nibu

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 2/2/2011 3:20:06 AM
   
RE:Update Panel
Hi,

Could you please try using different update mode - for example set it to "always" or "conditional" and also call .Update() method for the update panel manually in the code behind.

Best regards,
Juraj Ondrus

User avatar
Member
Member
nabraham-tibus - 2/2/2011 3:51:24 AM
   
RE:Update Panel
Hi Juraj

Another issues on the update panel, if I load the google map, it is not loaded the page. Do u know what is the reason behind this one.

Thanks for all the helps.

Thnaks
Nibu


User avatar
Kentico Support
Kentico Support
kentico_jurajo - 2/3/2011 5:25:26 AM
   
RE:Update Panel
Hi,

You haven't mentioned if the if the mode setting for update panel helped to solve the initial issue. Could you please confirm?

Moreover, I see that you have opened new thread regarding the google map web part - I will continue there to keep the topics consistent.

Best regards,
Juraj Ondrus

User avatar
Member
Member
nabraham-tibus - 2/3/2011 5:47:01 AM
   
RE:Update Panel
Hi Juraj

That works fine, thanks for the helps.

By, Nibu