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