Sign in
Navdeep Madan
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
"How to get the credentails management URL?" MOSS
"Operation is not valid due to the current state of the object"
BaseFieldControl
BDC
BDC with Sybase database.
Boolean checkDisplayName)"
Changing MasterPage programmatically for site collection and sub-sites
Duplicate InternalName of the Site column. "A duplicate name "<string>" was found. at Microsoft.SharePoint.SPFieldCollection.AddFieldToWeb(String strXml
Edit calculated feilds through DataSheets
EventHandlers
Exporting Excel data to SharePoint 64 bit's List environment.
FBA authenticated user to a PageViewer Web Part?
forms Based Authentication.
master Pages
MOSS
SharePoint
Single Sign On
SSO
The LobSystemInstance Property 'AuthenticationMode' has a value that requires 'Trusted_Connection' in the connection string.
View Audit logs in sharePoint
WSS3.0
Archive
Archives
September 2010
(4)
July 2010
(1)
May 2010
(1)
April 2010
(3)
March 2010
(7)
February 2010
(8)
November 2009
(2)
October 2009
(6)
September 2009
(9)
June 2009
(1)
May 2009
(2)
September 2008
(4)
May 2008
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Navdeep Madan
Error Message "Server not found" while uploading a file more than 10 MB
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
If you trying to upload the file which is more than 10 Mb thought Silverlight client object Model and you will see an error message “Server not found”. I faced the same issue and taken the fiddler trace while uploading the file. I saw it calling “Client...
Navdeep Madan
SharePoint 2010 : Adding Nested web.config entries using the SPWebConfigModification
Posted
over 3 years ago
by
Navdeep Ma - MSFT
1
Comments
In SharePoint 2010, you can’t change the correctly the web.config modification entries because we got a new security feature called “RemoteAdministraorAccessDenied” which is by default set to true. While creating the nested the entries in the web.config...
Navdeep Madan
MOSS 2007 : Search returned improper results
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
If you have created a publishing site and sub-sites with the all the default options selected which is Navigation inheritance as “Yes” , Global Navigation as “Display the same Navigation items as the parent site” and Current Navigation as “Display the...
Navdeep Madan
ListviewByQuery web Part in SharePoint 2010
Posted
over 3 years ago
by
Navdeep Ma - MSFT
3
Comments
If you have create a custom web part ListviewByQuery API, you will not be able to get the ECB menu. listView = new ListViewByQuery(); listView.ID = "ListViewByQuery1"; listView.List = List; ...
Navdeep Madan
Per location view settings using SharePoint Object Model
Posted
over 3 years ago
by
Navdeep Ma - MSFT
1
Comments
You have to set the library.RootFolder.Properties["client_MOSS_MetadataNavigationSettings"] property to get change the per location view settings using the SharePoint Object Model. 1: using (SPSite site = new SPSite("http://blre3r15-4"...
Navdeep Madan
In OOB Picture Library, we were not able to see the default library thumbnail view and it’s check boxes.
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
Some time you have highly customizable sites( including custom master page), you create a picture library using the OOB template but you didn’t find the thumbnail view and check boxes with the images. To get this view, We need to add the “PlaceHolderLeftActions...
Navdeep Madan
Microsoft.SharePoint.SPException: The security validation for this page is invalid. in SharePoint 2010
Posted
over 3 years ago
by
Navdeep Ma - MSFT
2
Comments
If you write the following code in a asmx web service to create site in SharePoint 2010 1: SPSite site = null ; 2: SPSecurity.RunWithElevatedPrivileges(() => 3: { 4: SPSiteSubscription subscription = SPSiteSubscription.Create...
Navdeep Madan
Make your custom theme a default theme for present site and it’s sub-sites.
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
Following images show the OOB site themes :- Suppose if would like to apply a new site theme when a site or sub-site is created then you need to follow the following steps:- 1. Create a new feature and set the scope as “ApplyMyTheme” scope and set the...
Navdeep Madan
"Could not instantiate script engine." while opening Site Manager in MCMS
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
Site Manager call the http:///NR/ClientUI/login.asp page.(if you right click on the site Manager -> properties, you will see the login url and NRClient.exe path) and got the the error message "Could not instantiate the script engine" Checked...
Navdeep Madan
How to call multiple times “onworkflowItemChanged” event in state machine workflow?
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
One of my customer would like to call “onWorkflowItemChanged” multiple times until the he got a specific value in a list item column. I have prepared the following solution to resolve the problem :- Created a State Machine workflow Added...
Navdeep Madan
How to programmatically find a control in SharePoint page?
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
While working on customer issue,I have faced an interesting scenario to find a SharePoint control. I though it’s as easy as in ASP.NET where I have write just one single line to code to find the control in page. Control myControl = this.FindControl(_ControlID...
Navdeep Madan
Different types of client OM in SharePoint 2010
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
SharePoint 2010 added one of the coolest feature i.e. Client Object Model. Now you can write code from your client machine and used the newly exposed client Object model. 1. . NET Managed Client - Implemented in .NET CLR. I mean we use this in Web, Windows...
Navdeep Madan
Reason for the client ID of web part like webpartWPQ7
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
One of my customer would like to know why OOB web part generate the ID like webpartWPQ1, webPartWPQ2 etc 1: <table width= "100%" cellpadding= "0" cellspacing= "0" border= "0" > 2: 3...
Navdeep Madan
How to create a SharePoint theme and apply to OOB & custom web parts?
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
Let’s start from creating a custom theme for MOSS 2007 and WSS3.0. Here are the steps :- 1) Copy the “WHEAT” folder from “C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\THEMES” and paste it in the same folder. Change...
Navdeep Madan
How to query lists.asmx to get the recurring events?
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
How to query list.asmx to get the recurring events? I have created a calendar List named “MOSS Calander” and Added some recurring events :- To query the recurring items, you have to set the “ExpandRecurrence” property of the SPQuery object to true...
Navdeep Madan
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
How to setup a custom search for SharePoint sub-site separately? I have created a new sub-site named "Resume Database" under my SharePoint site collection. I added a document library named Resume Upload with the following metadata column:- Resume...
Navdeep Madan
How to open a link in new window from SharePoint site using SPTreeView or ASP TreeView?
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
By default, publishing site Navigation has been implemented using the SharePoint ASPMenu control. If you go to Site Settings -> Modify Navigation And add a link, You will get a following modular window :- For this example, I added a link with the following...
Navdeep Madan
How can we detect whether a web app is having SSP or MySite?
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
Create web application and place it inside the “_layouts” folder and configure as a virtual directory in your SharePoint site but we have to use the same application pool account which we used for the SharePoint site because RunWithElevatedPrivileges...
Navdeep Madan
The assembly Microsoft.SharePoint.dll from form template xxxxx.xsn(urn:schemas-microsoft-com:office:infopath:xxxxxTaskForm:-myXSD-2009-02-17T15-31-37) conflicts with a same named assembly in form template xxxxx.xsn(urn:schemas-microsoft-com:office:infopath
Posted
over 3 years ago
by
Navdeep Ma - MSFT
1
Comments
Open the InfoPath form in the Design form. Go to Tool -> Programming -> Microsoft Visual Studio Tools for Application (Alt + Shift + F12) Select the local assembly which is coming up with InfoPath deployment. In my case it is "Microsoft...
Navdeep Madan
System.Security.SecurityException: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
Simple solution is to change the trust the trust level to FULL <trust level="[Full]" originUrl="URL" />
Navdeep Madan
In Internet Explorer-8.0 site is cluttered.
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
If you site works in Internet explorer 7 but not with Internet Explorer.8.0 Add the following meta tag in your master page :- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> This tag exist by default in the BlueBand...
Navdeep Madan
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (pr
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
In my case the reason was the connection string on the production server was wrong. So I changed the connection string and site started working in production environment.
Navdeep Madan
Updates Resource Center for SharePoint Products and Technologies
Posted
over 3 years ago
by
Navdeep Ma - MSFT
0
Comments
Deployment Roadmap for Updates Windows SharePoint Services 3.0 Step 1 : View the presentation Understanding and deploying hotfixes, public updates, and service packs . Step 2 : Read the article about deploying software updates for Windows SharePoint Services...
Navdeep Madan
How to edit SharePoint WYSIWYG editor?
Posted
over 3 years ago
by
Navdeep Ma - MSFT
2
Comments
Customization of SharePoint’s WYSIWYG Editor In publishing and collaboration site s we see WYSWING editor in Content Query Web Part and several other places. If you would like to add a new field then read the following article provided in the msdn: -...
Navdeep Madan
Type: InfoPathLocalizedException, Exception Message: The specified form cannot be found.
Posted
over 4 years ago
by
Navdeep Ma - MSFT
0
Comments
The above error message I faced when I was trying to open a InfoPath task form from “In Progress” option from a document library. I created a workflow and used the InfoPath form as task from and also write some code referring the Microsoft.SharePoint...
Page 1 of 3 (54 items)
1
2
3