maulikdhorajia.blogspot.com
Maulik Dhorajia: November 2011
https://maulikdhorajia.blogspot.com/2011_11_01_archive.html
Monday, November 21, 2011. Sharepoint 2010 - Get Current User's sharepoint group information using javascript. To retrieve the SharePoint Group information of Current User logged in using Javascript. Dowload the " jquery.SPServices-0.6.2.js. Save the file somewhere. I save it in " Style Library. Use the below given script to get the list of SharePoint Group using javascript. Http:/ www.jquery.com-. Http: / spservices.codeplex.com/releases/view/64390-. Custom Script- script language= "javascript". Date();...
maulikdhorajia.blogspot.com
Maulik Dhorajia: April 2012
https://maulikdhorajia.blogspot.com/2012_04_01_archive.html
Friday, April 6, 2012. SharePoint 2010 : Use Resouce(resx) file in a Multilingual site. Our site is created using variations in both English and Spanish. Create a Visual Web Part which can use the resource file(.resx) to show different texts for different language. Steps to achieve goal. Create a SharePoint project with name "Sample". Add a web part with name "SampleWebPart". Add a "Mapped Folder" to "Resources". 2 files needs to be added. At this point the project "Solution Explorer" will look like.
maulikdhorajia.blogspot.com
Maulik Dhorajia: December 2011
https://maulikdhorajia.blogspot.com/2011_12_01_archive.html
Thursday, December 22, 2011. PowerShell - Set-SPCustomLayoutsPage to change the custom error page. AccessDenied (/ layouts/AccessDenied.aspx). Confirmation (/ layouts/Confirmation.aspx). Error (/ layouts/Error.aspx). Login (/ layouts/Login.aspx). RequestAccess (/ layouts/ReqAcc.aspx). Signout (/ layouts/SignOut.aspx). WebDeleted (/ layouts/WebDeleted.aspx). Create a page " MySiteCustomError.aspx. Page Not found /. Create a PowerShell script with any "MySiteCustomError.ps1". Name -like "SharePoint - 50000".
maulikdhorajia.blogspot.com
Maulik Dhorajia: [KnockOut.js]Sample code to for beginners.
https://maulikdhorajia.blogspot.com/2014/08/knockoutjssample-code-to-for-beginners.html
Wednesday, August 13, 2014. KnockOut.js]Sample code to for beginners. The blog is to create a working form using KnockOut.js, generic handler(ashx) and JQuery. This is strictly for beginners, who want to use KnockOut.js. I am not giving any solution in this blog, this is just a starting thread for the people who are still having trouble using KnockOut. Create a visual studio project. I have named the solution as Sample and project name is Sample.KnockOut. System.Linq; using. System.Text; using. Empty); /...
maulikdhorajia.blogspot.com
Maulik Dhorajia: October 2011
https://maulikdhorajia.blogspot.com/2011_10_01_archive.html
Thursday, October 13, 2011. SharePoint 2010 - SharePoint Page unable to save the "Publishing Content" changes in Version History. I was facing a strange issue with custom "Page". Each and every page layout i was using having a "Page Content" control to enter some text. Here is visual as well as HTML of the control I am talking about. I added a new page to my SharePoint Site. Assigned a custom "Page Layout". My Page Layout contains the "Page Content" control. I made some changes to the text "Test". Add Pa...
maulikdhorajia.blogspot.com
Maulik Dhorajia: May 2014
https://maulikdhorajia.blogspot.com/2014_05_01_archive.html
Thursday, May 29, 2014. Filter OOTB SharePoint ListView web part using IWebPartRow connection Interface and WebControl. In one of my old blogs I tried to explain the similar thing( Filter OOTB SharePoint ListView web part using IWebPartRow connection Interface. The purpose of that blog was just show a simple way of using the IWebPartRow connection and a ListView WebPart. Create a custom list. Site Actions View All Site Content. Name the list "Sample". Visit list settings and add new column "Year". System...
maulikdhorajia.blogspot.com
Maulik Dhorajia: July 2014
https://maulikdhorajia.blogspot.com/2014_07_01_archive.html
Saturday, July 26, 2014. Create virtual directories and application pools using PowerShell scripts. This script will create an application pool if its does not exists and a virtual directory for the site using PowerShell. Author : Maulik Dhorajia. Purpose : This script will create an application pool if its doesnot exists and will create a virtual directory for the site using PowerShell. Import-Module WebAdministration # Current Folder Declarations. DirectoryPath = "$currentFolder $iisAppName". Value $en...
maulikdhorajia.blogspot.com
Maulik Dhorajia: August 2011
https://maulikdhorajia.blogspot.com/2011_08_01_archive.html
Wednesday, August 31, 2011. User Information List" instead of "UserProfileManager". For all those friends who were trying to find out an option for "UserProfileManger" to get the information of user, I found "User Information List" on the root. I am still not sure if it gets sync directly to the active directory or any other user list. But will write a blog on this in future once i find it. Wednesday, August 31, 2011. Tuesday, August 30, 2011. Open Visual Studio 2010. Right click project and deploy.
maulikdhorajia.blogspot.com
Maulik Dhorajia: September 2011
https://maulikdhorajia.blogspot.com/2011_09_01_archive.html
Tuesday, September 27, 2011. Sharepoint 2010 Adding a "Publishing Image" to a Sharepoint List programmatically. What is " Publishing Image. Is a content type which will bind the image with all its properties and will show it on the screen with those properties applied. The properties like height width etc. What my task was? From the above one is new post screen. and the 2. One comes when you click to add a new image reference. Open a visual studio 2010. Right click "Add event receiver". ContentType.F...
maulikdhorajia.blogspot.com
Maulik Dhorajia: September 2012
https://maulikdhorajia.blogspot.com/2012_09_01_archive.html
Thursday, September 20, 2012. Override Content Query Webpart to do on the run filteration. In one of my recent project I had a challenge of filtering the data with localization. The project contained 2 languages, English and Spanish. I was trying to find out the out of the box way to get this done, but no help was available. Create a new empty project in Visual Studio 2010. Add a webpart to the project. " Webpart. Not " Visual Web Part. Build your code and deploy it. It should work. System.Web; using.