Pages
(Move to ...)
Home
My Certifications
SP2010 Book Contributors
Purchase The SharePoint Handbook books
SP2013 Handbook on Amazon
▼
Friday, 29 October 2010
SPGridView explained
›
Overview : The SPGridView is similar to the asp GridView. The SPGridView is derived from the aspGridView and has additional functionality....
Multiple Choice Field
›
Multiple Choice Field Field Class: SPFieldMultiChoice Field Value Class: SPFieldMultiChoiceValue Populating Information: SPFieldMultiC...
SPDataGrid error 'Unable to cast object of type int32 - SPDataGrid.NewPageIndex property and DataKeyNames
›
Problem : SPDataGrid can't use DataKeyNames, it results in the error "Unable to cast object of type 'System.Int32' to type ...
2 comments:
Wednesday, 27 October 2010
Programtically send email in SharePoint 2010
›
using Microsoft.SharePoint.Utilities; if (!SPUtility.SendEmail(SPContext.Current.Web, false, false, "paul@demo.com", "subj...
Creating a lookup list & project field lookup using a declaritive content type
›
Problem : Create a list that has a lookup column and a projected field from the lookup column. Example : Some code I used to create a lookup...
Tuesday, 26 October 2010
Updating the web.config
›
Problem : Updating the web.config by hand means you need to implement the change on each web servers web.config, so in a load balanced envir...
3 comments:
Monday, 25 October 2010
Using SPGridView and Linq to display filterable lists
›
Problem : Display a SharePoint list and make it filterable. Initial Hypothesis : Create new page add the new Xslt List View Web Part (XLV...
1 comment:
‹
›
Home
View web version