0

I want to have a web part which displays a list of items. This would not be a sharepoint list but a list from multiple datasources e.g. output has a total of 8 columns

2 columns are from a sharepoint list (Users) 2 columns are from a custom sharepoint list 3 columns are accessed from a web service to a external system (e.g. share price from yahoo) 1 columns is calculated (complex calculation) using the other 5 columns

How would i do this? What controls/objects would i need?

1 Answer 1

1

You want to use the Content Query Web part.

Take a look at this designer link

4
  • would this work with web service calls? Commented Nov 8, 2012 at 11:35
  • No. If you want to use web services then you will need a custom webpart/control to deal with the data. Commented Nov 8, 2012 at 11:35
  • Im thinking about creating a data table and populating it and binding this to SPGridView. Can you think of any better ways? Commented Nov 8, 2012 at 11:43
  • If that is how you want the data to display, then it is a good way. Commented Nov 8, 2012 at 11:51

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.