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
>
customization
Tagged Content List
Blog Post:
Custom Service Applications in SharePoint 2010
sridhara2
I had to write up an internal article on creating custom service applications and making it work with SharePoint 2010. This was not an easy joke at all and is pretty involved process. I used the sample walk-through provided in Service Application Framework Sample . This would a very good reference if...
on
3 Apr 2010
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:
Wildcard Search in SharePoint
sridhara2
Being able to perform wildcard search is probably an area that's missing in out of the box search in SharePoint. Here's a small web part sample you can use to perform wildcard search in MOSS 2007 (and it can be engineered backward to fit into SharePoint Portal Server 2003 as well). The code in it...
on
29 Jul 2008
Blog Post:
The buzz with "UrlQueryString" in SharePoint navigation
sridhara2
SharePoint's navigation APIs have a property exposed that allows us to set query string properties for a URL. Sadly, but not surprisingly, this only works when root site collection has publishing feature enabled. Reason is simple... One a WSS only OR on a site where publishing feature is not enabled...
on
24 Jul 2008
Blog Post:
Organization Hierarchy a Mess?
sridhara2
The "Organization Hierarchy" is a cool little thing that let's SharePoint users to remember who their colleagues are and more importantly who their manager is. If you are wondering about customizing it, honestly, it's quite a bit of a work if you want to do that via features or using OM for the...
on
14 Jul 2008
Blog Post:
FBA and User Display Names in SharePoint 2007
sridhara2
If you have been working with FBA for a while, you might have noticed that the user name displayed in the Welcome control shows the account name of the FBA user. This is because of the field the welcome control is mapped to. As shown here, the welcome control simply points to the name property...
on
13 Jul 2008
Blog Post:
Project to customize the small search control in SharePoint 2007
sridhara2
The small search control that is rendered in the default SharePoint pages is a delegate control rendered through master page. You can find it defined in the master page as follows: < asp : ContentPlaceHolder id ="PlaceHolderSearchArea" runat ="server"> < SharePoint : DelegateControl runat...
on
21 Jun 2008
Page 1 of 1 (7 items)