Sign in
Sridhar's blog
SharePoint programming and customization.
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
ADMembershipProvider
BCS
BDC
Claims
Code Samples
Coding tips
Customization
External Content Type
External Lists
FBA
How-To
MOSS 2007
MySite
No Code Stuffs
PSConfig Error
Service Applications
SharePoint 2010
SharePoint Search/Indexing
SharePoint2010
SP2010
SPS 2003
Troubleshooting Tips
WSS 2.0
WSS 3.0
You would love to know this
Monthly Archives
Archives
February 2013
(1)
May 2012
(1)
September 2011
(1)
December 2010
(1)
October 2010
(1)
July 2010
(1)
April 2010
(2)
March 2010
(5)
January 2010
(5)
December 2009
(1)
December 2008
(1)
October 2008
(1)
August 2008
(1)
July 2008
(6)
June 2008
(16)
May 2008
(1)
December 2007
(1)
September 2007
(1)
August 2007
(3)
July 2007
(3)
June 2007
(2)
May 2007
(2)
April 2007
(7)
August 2006
(3)
Browse by Tags
MSDN Blogs
>
Sridhar's blog
>
All Tags
>
wss 2.0
Tagged Content List
Blog Post:
HowTo: Create a quizzing application with SharePoint 2007
sridhara2
With SharePoint 2007 "Survey" list template, I recently created a quizzing application. The thing with survey list is that it stack ranks the questions taking into account how many of the respondents favored each options within that question. But for a quizzing application, we need to be able to stack...
on
15 Dec 2008
Blog Post:
What permissions are behind the permission levels (roles) in SharePoint
sridhara2
Recently, I was involved in a support request where I had to find out what SPBasePermissions are assigned behind permission level in SharePoint using SharePoint OM code. First some basics about permission level and base permissions. If you are in your SharePoint site, click Site Actions > Site...
on
26 Jun 2008
Blog Post:
"The security validation for this page is invalid" error when updating objects through SharePoint object model
sridhara2
This error is often encountered when SharePoint OM is used to update site/web/list objects from within a web context. Some thing so basic as the code below could fail: using ( SPSite site = new SPSite ( "http://moss" )) { using ( SPWeb web = site.OpenWeb()) { SPList list = web.Lists[ "List1" ...
on
21 Jun 2008
Blog Post:
GetWebTemplate web method does not return & AddList web method does not recognize my custom list templates!
sridhara2
When you use the “GetWebTemplate” web method provided through webs.asmx web service, you’ll notice that the custom list templates you might have created is not available in the collection returned. This is because the OM call that happens behind-the-wires, calls the SPWeb.ListTemplates collection object...
on
7 Jun 2008
Blog Post:
"Out of Memory" exception - when adding item to a list using SharePoint OM
sridhara2
Here’s the scenario: A tool that’s designed to add log messages from an application to a SharePoint list. The log messages are themselves “strings”, which when put in a text file may vary anywhere between 1kb to 10mb in size. At a single time, this logging process can run for anywhere between 20-30 minutes...
on
6 Jun 2008
Blog Post:
Starting note on Content Editor Web Part
sridhara2
Recently, I worked a tricky and interesting case where a customer wanted to “silently” put a file in user’s computer. My buddy, Sowmyan bet me by blogging about it here . A job superbly done!! Watch out for enabling Initialize and script ActiveX controls not marked as safe as that could potentially be...
on
4 Jun 2008
Page 1 of 1 (6 items)