Saturday, March 24, 2012

Want to use context menu with atlas

Hello,

I want to use this context menu sample (http://msdn.microsoft.com/msdnmag/issues/05/02/CuttingEdge/) within atlas.

I dont understand why i get an unknown error when i use it in an update panel.

Can anyone help me ?

thanks a lot

When I get this error in an UpdatePanel, comment out the UpdatePanel lines so I'm just left with the Content and then run it. I'll see a server-side exception then.

<%--<atlas:UpdatePanel runat="server" id="up_test" Mode="Conditional" RenderMode="inline">
<ContentTemplate>--%>
<cc1:ContextMenu />
<%--</ContentTemplate>
</atlas:UpdatePanel>--%>


Hello,

you must have a config error because for me it works

Thanks

No comments:

Post a Comment