AJAX UpdatePanel & ScriptManager in a UserControl Causes PostBack

G

gregfocker

I'm playing w/this sample:

http://ajax.asp.net/docs/tutorials/CreateSimpleAJAXApplication.aspx

and am trying to get this to work in a UserControl. Clicking to select
a different page of data causes the page to PostBack. Is there a way
to prevent this and just have the async postback occur in the
UserControl without the postback.

fyi - Doing this directly on the page (instead of a UserControl) per
the above sample won't work because of this issue (difficult to change
the established app. to fix it):

http://dotnetdebug.blogspot.com/2006/12/syswebformspagerequestmanagerparsererro.html

Thanks for any help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top