while dealing with Response.End() I found that the postback events are disabled. I posted to MSDN Forum and thy responded on my post by the following:
Try to add this code to onClienClick event of the button to enable sharepoint post back event as the following
ButtonName.OnClientClick = "_spFormOnSubmitCalled = false;_spSuppressFormOnSubmitWrapper=true;";
my post on the following URL
2009/12/30
Subscribe to:
Post Comments (Atom)
1 comment:
Thanks for that input. That helped us a lot.
Post a Comment