January 2008 - Posts
Often, a request comes to customize some of the text that SharePoint displays. And often, that text is stored in one of SharePoint's resource files, so it's just a matter of finding the right one. But I've noticed that Windows explorer doesn't do a very
Read More...
You may know that SPList can return a DataTable type: SPList.Items.GetDataTable(). And if you've worked with this, you may know that the DataTable you get is not databound to the list. This means you can't update the List from changes you make to the
Read More...
Have you ever wanted to use stsadm to view or manipulate a site's master page? Unfortunately there are no default commands to do so. But stsadm is easy--and fun, some might even argue--to extend. I wrote a sample project that you can use to perform the
Read More...