Translator

-
Recent
Tags
Tweets
- want to start your own business in 2011? look at this - http://t.co/Y0uHkaz7 4 months ago
- if you're serious about getting your own business up this year, you have to check this out - http://t.co/wpj9yFoF 4 months ago
- Bobby goin on a booz cruise from MD to VA for the day with my fav former employer, Booz Allen! Let's get it poppington Giggity giggity! 2 years ago
- Not able to put my iPhone down for a second! 2 years ago
- watching The Informers on Boxee. check it out at http://bit.ly/FFkhO 2 years ago
Categories
- AJAX (1)
- Best Practices (1)
- C# (2)
- Emerging Technology (1)
- Investing (1)
- jQuery (2)
- LINQ (2)
- MOSS (3)
- SharePoint (4)
- Software Documentation (1)
Archives
- September 2009 (4)
- August 2009 (3)
Category Archives: SharePoint
SharePoint List and LINQ using jQuery and IhttpHandler
Challenge
I was looking for a simple way to use jQuery and a few parameters to retrieve data from a SharePoint List informat. Here’s my approach…
Javascript
In the below method, I pass in the list name, url to handler, and some query parameters:
//request menu items
$.ajax({
dataType: 'json',
url: '_layouts/data/list.ashx',
[...]
One or more field types are not installed properly. Go to the list settings page to delete these fields. SharePoint Error.
Problem
Our test team is working hard and we finally had ironed out all the bugs on our development and test server. Unfortunately, upon deploying to our production server we ran into this error:
One or more field types are not installed properly. Go to the list settings page to delete these fields.
In my research I [...]



SharePoint Get Emails for Users Associated to SPListItem