Monday, March 26, 2012

Atlas Web parts

Has anyone figured out how to use atlas panel with web parts I have been able to use the update panel with the webparts and they work fine, but when i use it with the control that changes the mode for the page it doesn't change the page, any ideas?

The problem was i had multiple update panels and didn't add a trigger to set off the others. I did change this now to put everything in one update panel, but now i lose the ability to drag and drop, anyone got an idea for that?

www.aspnetsource.com


When I place more than one update panel on a page the drag and drop functionality no longer work Or if i place a dropdown list which changes the mode and place it inside the update panel the drag and drop no longer work?

<asp:DropDownListID="ddlDisplayMode"runat="server"AutoPostBack="true"OnSelectedIndexChanged="ddlDisplayMode_SelectedIndexChanged"Width="120"></asp:DropDownList>

If you put the above inside the panel the drag and drop for web parts no longer works.


There are some issues with WebParts and UpdatePanel in the March release. We are working to fix these for the next release.

-Mike


Fixed in the Atlas April CTP:http://weblogs.asp.net/atlas/archive/2006/04/10/442437.aspx

-Mike

No comments:

Post a Comment