See Microsoft Office Groove 2007 in action. This demo shows how Groove 2007 helps you and your team complete projects on time and within budget by making it easier to share information and work together—anywhere, anytime, with anyone.
Click here to view Demo
Thursday, June 28, 2007
Microsoft Office Groove 2007 demo
Posted by
Uday
at
10:46 PM
0
comments
Labels: Microsoft Groove Server 2007
Programmatically Update List Content in SharePoint
Hi Devs,
The Below is the Sample Code to update the Sharepoint list content programmatically by using SharePoint Object Model.
SPSite Site = new SPSite("http://localhost:21000");
SPWeb Web = Site.OpenWeb();
SPList List = Web.Lists["Address Book"];
SPListItem ListItem = List.GetItemById(0);
string FullName = string.Empty;
FullName = ListItem["FirstName"].ToString() + ListItem["LastName"].ToString();
SPListItem["FullName"] = FullName;
ListItem.Update();
Posted by
Uday
at
5:05 PM
1 comments
Labels: MOSS 2007, SharePoint 2003, SharePoint Object Model
Wednesday, June 20, 2007
Google Page Rank for My SharePoint Blog
I got google page rank for my sharepoint blog
Posted by
Uday
at
12:04 AM
0
comments
Labels: PageRank
Tuesday, June 5, 2007
Microsoft Surface
The software giant has built a tabletop, multitouch computer that talks to phones, cameras and credit cards. Go behind the scenes of this extreme machine's top-secret development with a PopularMechanics special video report.
Posted by
Uday
at
10:43 AM
0
comments
Labels: Microsoft Surface



