-
Search
-
Archive
Category Archives: .NET Development
CustomAction corrupts the {ItemUrl}
I hit a problem with my Copy/Move application. You can pick up the thread to the application here. The {ItemUrl} that I was using in the CustomAction was being corrupted for documents that contain a ‘+’ plus in their url. … Continue reading
Treeview using PopulateOnDemand and SelectedNodeChanged
You might, like me have come across major issues using a treeview to support both the PopulateOnDemand and SelectedNodeChanged events. The problems are further compounded if you are using Ajax. I wanted to use a tree view to help users navigate around … Continue reading
Posted in .NET Development, SharePoint, SharePoint 2007, Tips and Tricks Tagged Ajax, Event, Performance, SharePoint, Web Part 3 Comments
Adding a progress indicator for long running Ajax calls
This must be one of the most undocumented useful features that can be used during an Ajax call. In this example the SharePoint progress gear will be displayed during the call back. Just add the UpdateProgress control to an asp:content … Continue reading
Posted in .NET Development, SharePoint, SharePoint 2007, Tips and Tricks Tagged Ajax, SharePoint 1 Comment