views:

38

answers:

1

Hello everyone,

I am new to SharePoint Server 2007 Web Part, and I am using SharePoint Server 2007 on Windows Server 2008. I program using VSTS 2008 + C# + .Net 3.5.

I want to create a simple web part which could display page creation time and modified time (display such time information at the bottom of a web page).

Any reference code samples or tutorials -- anything helpful for a newbie of SharePoint 2007 Web Part or this specific time tracking issue is helpful.

thanks in advance, George

+1  A: 

Here is one example, implemented as a custom footer

http://itfootprint.wordpress.com/2007/10/18/sharepoint-footer-custom-control-last-modified-date/

Shiraz Bhaiji
How to make it beside the title of the page (i.e. put the last modified time between title and content)?
George2
You could place the code from the link into the correct place in the master page or page template
Shiraz Bhaiji
The page you recommended can not be opened...
George2
Cool, question answered!
George2