show/hide this revision's text 7 edited tags
show/hide this revision's text 6 added 133 characters in body

I hope someone can offer a little assistance with this.

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:

EDIT: - OK, I couldnt get the source code highlighter to show the HTML so I have uploaded my sample to pastebin:

Default Page

UserControl Markup

UserControl Code

Or see my duplicate post at ASP.NET Forums

Hopefully someone can suggest something that I cant see - maybe it just wont work with webparts!?

Thanks in advance.

James.

show/hide this revision's text 5 Rollback to Revision 3

I hope someone can offer a little assistance with this.

I have a button which when clicked presents a JavaScript 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 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:

EDIT: - OK, I couldn't couldnt get the source code highlighter to show the HTML so I have uploaded my sample to paste binpastebin:

Default Page

UserControl Markup

UserControl Code

Hopefully someone can suggest something that I cant see - maybe it just wont work with webparts!?

Thanks in advance.

James.

show/hide this revision's text 4 Minor fixes
show/hide this revision's text 3 added 149 characters in body
show/hide this revision's text 2 ZIP added.
show/hide this revision's text 1