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?