Browse By Tags

  • Getting SharePoint and ASP.NET AJAX to Work Together

    While, working on Pomegranate I did a lot of research to figure out the best options for using the ASP.NET AJAX library under SharePoint. Unfortunately, I came across a lot of samples that did not work or only worked in some cases.  I am hoping in a future…
  • Best Practices: UltraGrid Paging, Sorting, AJAX, WebParts & Connections & SharePoint

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …

  • Re: grid , updatepanel and sharepoint

    Getting ASP.NET AJAX to work with SharePoint is a real challenge. I recently put up a blog post that walks you through creating a custom web part that uses an AJAX Update Panel and an WebGrid. Take a look at it and let us know if it address your problem…

  • Had to copy WebDataInput DLL to SharePoint site for WebAsyncRefreshPanels

    I had to add "Infragistics2.WebUI.WebDataInput.v7.1.dll" in the Bin directory of my SharePoint site before my web part would show up.  My web part contained four linked WebAsyncRefreshPanels.  I did not have to have that DLL as a reference in…

  • AJAX in SharePoint Web Part :: People Picker no more working

     Hi,

     I am using the WebAsyncRefreshPanel inside a SharePoint (WSS 3.0) Web Part and more precisly in a Custom Field.

    I have in my Web Part my Custom Field and a UserField with the People Picker.

    After the AJAX event is fired and corrrectly handeled, the…