using __dopostback(UpdatePanel) from a UserCtrl in a WebPartZone - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T09:46:06Z http://stackoverflow.com/feeds/question/642060 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/642060/using-dopostbackupdatepanel-from-a-userctrl-in-a-webpartzone 0 using __dopostback(UpdatePanel) from a UserCtrl in a WebPartZone JamesM 2009-03-13T10:16:17Z 2009-03-16T09:25:36Z <p>I hope someone can offer a little assistance with this. </p> <p>I have a button which when clicked presents a javascript generated OK or Cancel. Once the user clicks on OK it fires a __DoPostBack clientside and targets an UpdatePanel which processes the postback asynchronously. I then use ScriptManager.RegisterStartupScript() and pass in a javascript (alert) to say "clicked OK". This works perfect from a normal web form, however when I put this code into a user control and drop that into a webpart zone on a webform (so to make a webpart) this doesnt work correctly. I have attached the code below:</p> <p>EDIT: - OK, I couldnt get the source code highlighter to show the HTML so I have uploaded my sample to pastebin: </p> <p><a href="http://pastebin.com/m38730ae7" rel="nofollow">Default Page</a></p> <p><a href="http://pastebin.com/m2020a283" rel="nofollow">UserControl Markup</a></p> <p><a href="http://pastebin.com/m241e58b4" rel="nofollow">UserControl Code</a></p> <p>Or see my duplicate post at <a href="http://forums.asp.net/p/1396645/3004826.aspx#3004826" rel="nofollow">ASP.NET Forums</a></p> <p>Hopefully someone can suggest something that I cant see - maybe it just wont work with webparts!?</p> <p>Thanks in advance.</p> <p>James.</p>