Sign In
Bend Sharepoint without bending the rules
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
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
No tags have been created or used yet.
Archive
Archives
March 2010
(2)
December 2009
(4)
November 2009
(2)
September 2009
(5)
June 2009
(4)
May 2009
(3)
November 2008
(1)
October 2008
(1)
September 2008
(2)
August 2008
(1)
July 2008
(2)
MSDN Blogs
>
Bend Sharepoint without bending the rules
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Bend Sharepoint without bending the rules
Customizing the Navigation controls of MOBILE item form pages for a specific list.
Posted
over 2 years ago
by
syed.er
0
Comments
The Item form pages (New, Disp and Edit) for mobile views are physically available under the Layouts/Mobile folder. I have been seeing that lot of people are trying to customize the item form pages of Mobile view to include more links to the item form...
Bend Sharepoint without bending the rules
Need a Thumbnail Field in the Document library for the uploaded picture… Then read this post.
Posted
over 2 years ago
by
syed.er
0
Comments
One of my customer came up with a requirement that he would like to add the “Thumbnail” computed field to other lists as well, where it is by default only available with picture library. Customer checked the site column gallery for “Thumbnail” field but...
Bend Sharepoint without bending the rules
Programmatically creating a field (column) from the Custom field type in WSS 3.0 – MOSS
Posted
over 3 years ago
by
syed.er
3
Comments
Many of you might have programmatically created the fields in the list or Site (Site Columns) using the SharePoint object model. As long as you are creating the field based on the OOB field types then it’s just a cake walk like follows : (The code snippet...
Bend Sharepoint without bending the rules
How to Customize (Add, Delete or Replace ) the "Site Action" menu items in Publishing site
Posted
over 3 years ago
by
syed.er
5
Comments
The "Site Action" menu items in the SharePoint are rendered by the "CustomAction" feature framework. The story remains same untill the "Publishing Infrastructure Feature" is activated... When the publishing feature is activated...
Bend Sharepoint without bending the rules
Customizing the List Toolbar Template - WSS 3.0 & MOSS
Posted
over 3 years ago
by
syed.er
1
Comments
SharePoint Rendering Templates All the rendering Templates for the List are defined in the defaulttemplates.ascx in the C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES folder. This defaulttemplates.ascx...
Bend Sharepoint without bending the rules
Custom Site Definition for collaboration portal template SharePoint 2007 !! Wow MOSS !!
Posted
over 3 years ago
by
syed.er
1
Comments
Hey I knew how to create custom site definition and created custom site definitions for a top level team site and a custom site definitions for Custom Serach Centre and the documents centre. Hurray !!! But how can i integrate all these three definitions...
Bend Sharepoint without bending the rules
About “CreatedModifiedInfo” web control in SharePoint
Posted
over 3 years ago
by
syed.er
0
Comments
In SharePoint custom web application development sometimes we required to fetch the "CreatedBy" and "ModifiedBy" information and show it in the custom page we develops. Instead of writing a SharePoint object model code to fetch the...
Bend Sharepoint without bending the rules
BDC Connection and Mappings for Profile Import
Posted
over 3 years ago
by
syed.er
0
Comments
Recently I worked with a customer in which we have worked with them on a 1:MANY mapping for a BDC profile to map the columns from data base to a Multi value BDC profile property. I have given them a brief explanation about BDC profile import and their...
Bend Sharepoint without bending the rules
How to create a custom view page with custom web part in the list definition , Bend it !!
Posted
over 3 years ago
by
syed.er
3
Comments
The view pages for the list are created based on the “ViewPage.aspx” in the C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\Pages. The ViewPage.aspx inserts the DataFormWebpart to display the items in the View. Now What...
Bend Sharepoint without bending the rules
Word macros in the custom template for the document library disappears once document saved - SPS 2003 / MOSS
Posted
over 3 years ago
by
syed.er
3
Comments
I have came across an interesting integration of Smart Documents with the SharePoint Document libraries through the custom template. I thought of sharing this with you guys. As long as you are using the OOB template.docx then we never worried about the...
Bend Sharepoint without bending the rules
"Standard View, with Expanded Recurring Events" is missing in the custom calendar created from the custom calendar list definition. Bend it through custom ToolBar !!
Posted
over 3 years ago
by
syed.er
0
Comments
I have came across another interesting issue with the custom calendar list definition last week. As the SharePoint doesn’t consider your custom list definition as the “Events” type it doesn’t give you the option to create “Standard View, with Expanded...
Bend Sharepoint without bending the rules
SPSearch.asmx doesn’t return results when integrated with Search server 2008
Posted
over 3 years ago
by
syed.er
1
Comments
Last week I came across a very weird issue that the client application for Search using the SPSearch.asmx web service is not returning any result in WSS 3.0 environment. I investigated the client application and the Query Packet built within it and for...
Bend Sharepoint without bending the rules
How to hide the new menu folder option from document library by default to all the document library instances
Posted
over 3 years ago
by
syed.er
1
Comments
One of our customer came with a requirement of hiding the new menu folder option from the document library instances by default. This can be done through UI as well but customer don't want to do this manually through UI. By default folder creation...
Bend Sharepoint without bending the rules
Cannot Convert Type Microsoft.SharePoint.WebControls.CSSRegistration to System.Web.UI.IAttributeAccessor – Beware of this in custom master page for custom publishing site definition
Posted
over 3 years ago
by
syed.er
2
Comments
I went through an interesting case last week. One of my customer is trying to create a Custom publishing Definition and wants to integrate the definition with his custom Master page. He has created the custom master page by copying the blueband.master...
Bend Sharepoint without bending the rules
Cannot Store the WebPart Pages in the document libraries created from the custom document library definition in WSS 3.0. Now Bend It !!
Posted
over 3 years ago
by
syed.er
1
Comments
Creating custom document library definition has been a common task in SharePoint 2007 development to implement the custom requirement with the definition. I came up with an interesting issue with the custom document library definition last week with one...
Bend Sharepoint without bending the rules
How to By-pass the OOB Login.aspx page of a FBA site when logging in from External Site with right Credentials
Posted
over 3 years ago
by
syed.er
0
Comments
In the absence of valid cookie the users are redirected to the Login page in the FBA site. If you want to bypass the login page and want to validate the user before the successful login then we need to validate the user in the OnLoad event of login page...
Bend Sharepoint without bending the rules
Deploying the Browser enabled InfoPath Form template through feature
Posted
over 3 years ago
by
syed.er
1
Comments
Few weeks back worked on an interesting case on which the customer is trying to Deploy an InfoPath form template to the SharePoint form library through feature and encounters an issue that he was unable to open the template in the Browser even after making...
Bend Sharepoint without bending the rules
Custom Publishing Site definition is unavailable to create sub sites under publishing portal site collection
Posted
over 3 years ago
by
syed.er
2
Comments
Have you ever wondered that why only the “Publishing Site with workflow” definition is available to create a sub site under the publishing portal site collection. In nutshell we know that the site definition which has the “VisibiltyfeatureDependency”...
Bend Sharepoint without bending the rules
Populating the BDC Field of a SPListItem from client application
Posted
over 3 years ago
by
syed.er
7
Comments
Recently I worked on a issue where our customer wants to create a list item from the client machine and wants to populate the BDC column of the List item. I believe we encounter this requirement very rarely and I have come up with some findings and as...
Bend Sharepoint without bending the rules
Some Facts and Fallacies about Windows SharePoint Search Service - WSS 3.0
Posted
over 3 years ago
by
syed.er
2
Comments
Recently during a troubleshooting of a WSS 3.0 Search issue I came to know some interesting things about WSS 3.0 windows SharePoint search service and thought of sharing the same with you. When we start the Windows SharePoint Search service in WSS...
Bend Sharepoint without bending the rules
How to customize a calendar to show more events in a monthly chrome view in WSS 3.0 , MOSS (SharePoint 2007)
Posted
over 4 years ago
by
syed.er
3
Comments
I have came across an interesting customization requirement for bending the behavior of OOB calendar. When you select the Month View for the calendar then you can see only maximum 3 events per day and the remaining events (items) will be collapsed and...
Bend Sharepoint without bending the rules
Hide the Sign In link for the anonymous access user in anonymous access enabled site - Bend the Welcome.ascx - SharePoint MOSS
Posted
over 4 years ago
by
syed.er
3
Comments
Lots of thing can be done by playing around the Welcome.ascx user control. I have came across one of the interesting thing on hiding the “Sign In” link for anonymous access users in the public facing internet site and thought of sharing with you. ...
Bend Sharepoint without bending the rules
Enabling the Audience Targeting through Object Model - MOSS SharePoint 2007
Posted
over 4 years ago
by
syed.er
2
Comments
The "Audience targeting settings" is enabled in the “Listenabletargeting.aspx” application page. In the code behind of this page the method "btnsave_click" is called to set the Audience targeting. This method is available in the Microsoft.SharePoint.Portal...
Bend Sharepoint without bending the rules
How to Create custom XMLSiteMapProvider and render it in SharePoint 2007 MOSS
Posted
over 4 years ago
by
syed.er
2
Comments
All the OOB SiteMapProvider in MOSS are rendered through the delegate control through the control assembly. The OOB SiteMapProvider which are used in various site ranges in the MOSS are as follows : All the providers are self explanatory from their type...
Bend Sharepoint without bending the rules
"Connect to Outlook" feature is missing in the Calendar of Custom Calendar list Definition
Posted
over 4 years ago
by
syed.er
7
Comments
Creating a custom list definition is not always a cake walk especially when it comes to Calendar. When you are creating a custom calendar definition based on the OOB “EventsList” you will end up in changing the “TemplateType” from “106” to your custom...
Page 1 of 2 (27 items)
1
2