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
>
sp2010
Tagged Content List
Blog Post:
Implementing a post back button in a SharePoint 2010 Web Part with contextual ribbon
sridhara2
There are quite a few articles that talks about implementing a contextual ribbon button that does a post back in SharePoint 2010. But despite quite a few tries, I’ve not been able to get hold of a complete walk-through on it. I am posting this one which I got working recently. Note...
on
30 Dec 2010
Blog Post:
Tracing SharePoint 2010 Service Applications
sridhara2
If you are interested (as I was) to know what happens behind the scenes in a SharePoint 2010 Service Application, there’s a very neat way to do this. I had a specific scenario where I had to understand what happens in the back-end of BCS service application I provisioned, so I’ll use that example...
on
6 Apr 2010
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:
Uploading files using Client Object Model in SharePoint 2010
sridhara2
There are 2 ways to upload files to SharePoint 2010 document libraries using managed client object model. The first method uses a client library batch mechanism. It will encode the binary using BASE64 encoding, which could increase the message size by one third. There might be problems if...
on
12 Mar 2010
Blog Post:
BCS and External List Learning – Part3
sridhara2
Check out previous posts on the same topic: Part1 Part2 Case where an external content type created did not show up in the external content type picker control. This case was amazing as we (me and the customer) found the cause while on call! The problem statement was simple! We create an external...
on
10 Mar 2010
Blog Post:
BCS and External List Learning – Part2
sridhara2
In Part1 , I covered a specific scenario related to viewing external list and BDC throttling settings. In this post, I’ll cover a similar specific scenario but related to authentication. When we create an external content type using SPD2010, the screen where we specify the data source information...
on
10 Mar 2010
Blog Post:
LINQ to SharePoint 2010
sridhara2
Wow! LINQ to SharePoint 2010 is awesome! You have to work with it to see how it simplifies development tasks. I especially love the ability to see what underlying CAML that’s generated on the fly and passed to the server for execution. With LINQ to SharePoint, I believe, we need to have our...
on
20 Jan 2010
Blog Post:
SharePoint 2010 – The Start!
sridhara2
It’s been a while I updated my blog posts! Have been quite busy with SharePoint 2010 and the splendid new things it has to offer. I realized I’ll take a crack at SharePoint 2010 starting with the several learning opportunities available publicly for SharePoint Developers. I know it...
on
12 Dec 2009
Page 1 of 1 (8 items)