DISQUS

DISQUS Hello! SharePoint Magazine is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

SharePoint Magazine

SharePoint Magazine is an online magazine dedicated to the world of SharePoint and related Information Worker technologies.
Jump to original thread »
Author

Populating data sources in code

Started by Arno Nel (SharePoint Magazine) · 11 months ago

How to modify the data sources of a DataFormWebPart real-time and make a simple content aggregator. ... Continue reading »

5 comments

  • how to make query like list1.title=list2.title
  • Hi
    I'm SharePoint Developer. Thanks alots of your post. I needed a way to populate the sub site's task list data in dataview that find your post. I copy the .dll in gac and added in safe control and register in .aspx page so put dataview ID in the tag , but when I want run the page saw this error....

    Object reference not set to an instance of an object

    [NullReferenceException: Object reference not set to an instance of an object.]
    DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106
    System.Web.UI.Control.LoadRecursive() +47
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436

    Thanks
    Jamal From SPS Persia Corporation
  • Hi
    I'm SharePoint Developer. Thanks alots of your post. I needed a way to populate the sub site's task list data in dataview that find your post. I copy the .dll in gac and added in safe control and register in .aspx page so put dataview ID in the tag , but when I want run the page saw this error....

    Object reference not set to an instance of an object

    [NullReferenceException: Object reference not set to an instance of an object.]
    DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106
    System.Web.UI.Control.LoadRecursive() +47
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436

    Thanks
    Jamal From SPS Persia Corporation
  • Hi

    I fixed that prblem and now it it is work but when I attached master page to page , get the following error...

    [NullReferenceException: Object reference not set to an instance of an object.]
    DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106
    System.Web.UI.Control.LoadRecursive() +47
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436

    Please help me
    Thanks
    Jamal
  • I have sharepoint portal server 2003 and microsoft outlook 2003. I have my customers fill in a task request form, an internet application, and submit it. I have it where it gets sent to my outlook as a task. Is there a way that I can send it as a task in sharepoint task list in an unassigned task list area and then once I assign task, it should move to the assigned task list and disappear from the unassigned task list. Any help is appreciated

Add New Comment

Returning? Login