views:

67

answers:

1

I am generation Recent Activity list from SharePoint 2010 site, What i need is ,i have to display the list in a particular page,The UI must be like a SharePoint 2010 Custom List or Document Library,

How to design it, Is there any way to do this.

+1  A: 

If your data source is a SharePoint list, you could use the ListViewWebPart to achieve this. What exactly are the requirements of the view - should you also include the context-sensitive menu ("Edit properties" etc) ? If not, you could just create a custom web part and override the CreateChildControls method, and there mimic the html/css that is rendered in a document library.

Christian Nesmark