Posts

Showing posts from July 17, 2015

Visual studio 2013 Issues.

1)PDB Error in 2)Initiliozation Wizard 3)Unable to Deplye 4)Intelisense are not Found 5)Deployment Error 1A) Open solution Containing  folder -> select that Visual Web part -> select Bin folder -> Debug Folder -> their you find there files you will find a file extension with PDB you Just rename that file and deploy the solution once again. 2A) 1 Initial step is to check whether the g.cs file exist are not    

Validate sharepoint People picker control using ECMA Script

var htmlReporting = $("[id$=_usaHrReportingManager_upLevelDiv]"); var pplReportingManager = $("#divEntityData", htmlReporting).attr("description");  usaReportingManageer = SP.FieldUserValue.fromUser(pplReportingManager);         if (usaReportingManageer.$2d_1 == undefined) {             alert("Please Mention Reporting Manager");             $("[id$=_usaEditHrApprovedBy_upLevelDiv]").focus();             return false;         } Another Approach: Best One  $("#btnPickUser").click(function (e) {         var eEntityData = $("div[id='divEntityData']");         if ($("[id$=_pplPickUser_containerCell]").text().trim().length == 0) {             alert("Please Enter Resource Name")         }         else if (eEntityData.length == 0) {             alert("Please click on Check Name or Press ctrl+ K ");         }    });

cmd for list wps runnning in sharepoint 2013

Image