Sign In
SharePoint Gen
The official blog of Chandrasekar, Microsoft SharePoint PFE
Translate This Page
Translate this page
Powered by
Microsoft® Translator
June, 2009
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Pages
Monthly Archives
Archives
January 2012
(2)
September 2011
(2)
October 2010
(1)
September 2010
(3)
May 2010
(1)
March 2010
(2)
February 2010
(1)
December 2009
(2)
October 2009
(1)
September 2009
(2)
June 2009
(9)
May 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(2)
December 2008
(3)
August 2008
(2)
July 2008
(3)
June 2008
(1)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SharePoint Gen
Understanding MCMS File Cache
Posted
over 3 years ago
by
Chandrasekarn
2
Comments
How MCMS file upload works: When a file is uploaded, MCMS adds and saves them to the database. Once in the DB, it gets cached on the file system when there is a request for it. What happens when we rename / delete the file in file cache : ...
SharePoint Gen
BDC Web Part - Column filtering
Posted
over 3 years ago
by
Chandrasekarn
0
Comments
When a BDC web part is mapped with an instance of BDC Application Definition file ( that uses SQL database ), sometimes the column filtering doesn't work. On filtering of the column, it doesn't return any data. The reason being the issue integration...
SharePoint Gen
Let’s discuss about some BDC Web parts !
Posted
over 3 years ago
by
Chandrasekarn
4
Comments
Business Data Actions Web Part : ========================== Business Data Actions Web part is used to display all “Actions” from the business data catalog application definition file. It displays all actions of an individual item which we are...
SharePoint Gen
Using User control (Web service call ) in SharePoint Web part
Posted
over 3 years ago
by
Chandrasekarn
6
Comments
Everyone knows how easy it is to use an user control( web service call) in normal ASP.NET application and map it with ObjectDataSource control. But in SharePoint, when ObjectDataSource control is used, it will throw the error "The type specified in the...
SharePoint Gen
SPS 2003 to MOSS Migration – Applying the same CSS
Posted
over 3 years ago
by
Chandrasekarn
2
Comments
Many think that just to get same look and feel for any migrated site, we can directly modify Out of the box style sheet pages to get it done. But, it’s not recommended to modify any Out of the box files in SharePoint. We need to use custom css file to...
SharePoint Gen
How BIG is your SharePoint
Posted
over 3 years ago
by
Chandrasekarn
1
Comments
Size of Site collection: string siteCollectionURL = “http: //localhost:80/sites/TestSite”; SPSiteAdministration oSPSiteAdministration = new SPSiteAdministration(siteCollectionURL); float scDiskUsage = oSPSiteAdministration.DiskUsed; ...
SharePoint Gen
BDC Error Messages
Posted
over 3 years ago
by
Chandrasekarn
2
Comments
· BDC Tool Design Surface Error Message : “Could not process Table ‘xyz’. Make sure you have SELECT rights on the Table/VIEW.” Possible Cause : The schema of the database table is Not dbo Resolution : Change the schema of the table to dbo ...
SharePoint Gen
Workflow problem in sending Email attachments of large file size
Posted
over 3 years ago
by
Chandrasekarn
1
Comments
When a large file size ( typically > 1 MB ) is sent as an Email attachment through Workflow, we might see timed out exception. The exact error message is “System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.SmtpClient...
SharePoint Gen
CAS in SharePoint
Posted
over 3 years ago
by
Chandrasekarn
2
Comments
Here i'm going to explain about using Code Access Security (CAS) policy configuration for locking down a webpart that make a "this.Page.LoadControl()" call to load a user control. Ø First create a custom web part, in the CreateChildControls() method...
Page 1 of 1 (9 items)