Skip to main content

Mike Ammerlaan's Blog

Go Search
Mike Ammerlaan's Blog
  

Mike Ammerlaan's Blog > Posts > More on Ajax Integration from Eric
More on Ajax Integration from Eric
Eric Schoonover has a more detailed sample of some work he did with ASP.NET AJAX and MOSS on his blog. This may provide some more insight as to how to get UpdatePanels working smoothly in SharePoint. 
 
Note that he uses a dynamic approach to inserting the ScriptManager onto the page.   As I mention below, I don't think this is a recommended practice from the ASP.NET team, but it looks like he got it working for his scenario.  I'd generally still recommend just embedding the ScriptManager into the master page.

Comments

Sample Project

Just thought I would mention that I've implemented this method and have posted a sample web part project here:

http://sharethispoint.com/archive/2007/02/28/Using-a-SPGridView-inside-an-ASP.net-Ajax-UpdatePanel.aspx

It uses the Ajax base part created by Eric to place a SPGridView inside an UpdatePanel. Works really well for doing async paging and sorting. Being able to use ASP.net Ajax in SharePoint is pretty sweet.

-Mark
at 2/28/2007 5:09 PM

Add Comment

Items on this list require content approval. Your submission will not appear in public views until approved by someone with proper rights. More information on content approval.

Title


Name (required)


Body (required) *


Attachments