Resources No resource found - Track User Interest In SharePointApr 16, 2018. This article is mainly targeted to the SharePoint Online environment, but is valid for most of the OnPremise versions of SharePoint (2013, 2016) too.
- Console Application To Fetch SharePoint List Data Using REST API With CAML Query In C# Managed CodeApr 05, 2018. SharePoint 2013 has many restful APIs, to fetch data from lists. However, sometimes we need to use CAML query to filter out the data. SharePoint rest API has an option to pass CAML query as a data to API call. Below steps will help you to call a rest API with CAML query filtering.
- Add New Item Permission Using SharePoint Workflow And REST APIMar 29, 2018. I’m going to explain how to add a new permission to the item using SharePoint REST API and SharePoint Designer Workflow 2013.
- Chrome Extension - SharePoint - Tag Unique Permission ListsMar 20, 2018. Google chrome extension (or Plugin or AddIn) is a useful medium to share features or tools across the tech community. I have prepared one small chrome extension for SharePoint (2013, 2016 and Online) which tags (marks with red button) unique permission lists on SP Site’s Site Content Page.
- Create Managed Paths In SharePoint 2013Mar 07, 2018. Managed paths are used to customize the URL of sites in order to make the URL more user-friendly and align them with your business requirements.
- How To Create Calendar Overlays Using Multiple Calendar Apps (OOTB)Feb 27, 2018. In this article we will see how to create calendar overlays in SharePoint 2013 using Multiple Calendars.
- Get The Current Logged In User Details In SharePoint 2013 Using SSOM, CSOM, REST API, JSOM And PowerShellFeb 27, 2018.
In this article we will learn how to fetch the user details of the current logged in user in a SharePoint site. There are multiple approaches by which we can get the logged in details such as User ID, Login Name (Login ID) of the user and the Display Name of the user.
- How To Create Calendar Overlays Using Single Calendar App (OOTB)Feb 26, 2018. In this article, we will see how to create calendar overlays in SharePoint 2013 using a single Calendar App. Here, I explore how to achieve this using Out of The Box functionality.
- Breaking Item Permission Inheritance Using SharePoint Workflow And REST APIFeb 26, 2018. In this article I’m going to explain about how we break item permission inheritance when the item is added by using SharePoint REST API and SharePoint Designer Workflow 2013.
- Using jQuery DataTable To Display SharePoint 2013 List Data On SharePoint Site PagesFeb 17, 2018. In this article, we will learn how to pass SharePoint List Data to a jQuery DataTable using REST API and display SharePoint list data on SitePages using DataTable.
- Creating Comment Form Using React, Redux, Webpack, BabelFeb 16, 2018. In this article, we will create a simple comment form that displays a list of comments and allows the user to enter a new comment using React, Redux, Webpack, Babel. We will be using below Tools/libraries to build the application.
- Microsoft Operations Management Suite (OMS) - A Beginner's GuideFeb 13, 2018. Operations Management Suite (also known as OMS) is a collection of cloud-based services for managing your on-premises and cloud environments from one single place. Rather than deploying and managing on-premises resources, OMS components are entirely hosted in Azure. In simple words, what basically happens is that OMS goes and talks to different servers, applications in your environment, collects information about how they're doing, consolidates this information in the form of nice colorful graphics and searchable records, after that presents it to you in one single, convenient place, and it doesn't matter where your servers or applications are running, Azure, AWS, on-premises or which operating system they're running on, Windows or Linux, it just works. Configuration is minimal, and you can be up and running literally in a matter of minutes.
- Search Word Or SubString From Paragraph Or String Using JavaScript And jQueryFeb 13, 2018. In this article, we will learn how to search and locate the words or substrings in the paragraphs or large strings. We will achieve this by using both JavaScript and JQuery.
- Generate Word Document Using C#Feb 11, 2018. In this post, we will learn how to use DocX library to create a Word document from Visual Studio using C# language.
- Automating SVN Check-Ins And Building A Project Via JenkinsFeb 05, 2018. A few weeks back, while sitting with my team, I learned that they run a Jenkins job which has to execute the automation scripts using the robot framework, daily around 1:00 a.m. The primary purpose of the job is to place all the necessary files and folders over the node machine of Jenkins (after copying them from the machine pointed as master on Jenkins), execute those scripts accordingly, generate the reports, and finally copy the output files back to the master machine to analyze the logs for the overall reporting and analysis purposes. This whole efficient job starts with a slack manual step which was enough to tag this activity 'not fully automated' because they had to place the updated work regularly on the specified path over the master machine before leaving the office (this includes taking the updated code, files, and automation scripts, building the project to take the DLLs etc.). This may sound tedious but more than that, there is no sense to do it manually.
- SharePoint 2013 - Add Top Navigation Link To A Site Using REST APIJan 29, 2018. In this article, we will look at how to add links to the Top Navigation Bar in a SharePoint site using REST API. I will demonstrate this by using a little jQuery and REST API to add a link to the Top Navigation which makes it a custom top navigation link since we are using some code to achieve it.
- SharePoint Online/2016/2013 - How To Upload Large Files Using PowerShell AutomationJan 22, 2018. Uploading large files to SharePoint On-Premise or Online is an obvious problem during data migration from any external system like Lotus Notes.In this article I will explain a data upload strategy where we can split a large file into multiple chunks of smaller size.
- CRUD Operations In SharePoint Using REST API - CREATE OperationsJan 18, 2018. REST API is a powerful CSOM concept that can be leveraged in SharePoint for converting sophisticated business designs into working and efficient SharePoint Artifacts (Add-Ins, CSOM solutions, etc.). REST does not require any separate references for its working unlike other frameworks (SPservices!)
- Add Quick Launch Link To SharePoint 2013 Site Using REST APIJan 15, 2018. In this article, I have explored how to add links represented as headings in the Quick Launch area of the user interface using REST API. Here, we trying to add a custom navigation node corresponding to links in the Quick Launch area of the site using REST API using jQuery.
- Preventing CSRF Attacks In ASP.NET Core 2.0Jan 12, 2018. OWASP 2013 classifies Cross Site Request Forgery (CSRF) as one of the Top 10 risks and is present if attacker can force the victim's browser to send forged request to your web application and it considers it a legitimate request.
- How To Configure User Profile Service Application Step By StepJan 10, 2018. In the last article I described about how to delete and create User profile service, today I'm demonstrating about how to configure UPA service application step by step with a screen shot. This articles applies to SharePoint 2010, 2013 and 2016.
- Microsoft Office 2013 UI Design In C# - Visual StudioJan 07, 2018. In this article we will design the UI of Microsoft Office 2013 applications like Word, PowerPoint, Excel etc.
- How To Install And Start The Reporting Services SharePoint Service In SharePointJan 05, 2018. In this article, we will learn about "How to Install and Start the Reporting Services SharePoint Service in SharePoint".
- ASP.NET Core 2.0 Cookie AuthenticationJan 02, 2018. Cookie Authentication allows developers to hook into events at various lifecycle stages of the authentication process. For instance you could log successful sign-ins using OnSignedIn or use OnValidatePrincipal (runs on every request) to invalidate the user (e.g. if you want to force sign-out).
- Setting Up Add-In Development Environment In SharePoint Server 2016Dec 26, 2017. In this article, I have explained how to configure Sharepoint add-ins development environment and create a simple hello world web part in s=Sharepoint server 2016 on-premises.
- How To Trigger SharePoint 2013 Designer Workflow On A List Item By Calling REST API Using jQueryDec 23, 2017. In this article, we will learn how to trigger the Sharepoint 2013 Designer List Workflow on a list item using REST API and jQuery.
- SharePoint 2013 - Different Ways To Enable User Information ListDec 22, 2017. You can find a great description of User Information List on MSDN, yet if I had to explain it in brief I would say it’s a list which stores the users and their information. The information of the users includes details like their Name, Email ID, Display Name, Login Name, Job Title, About User, and Department. Whenever a user is added to the site, he/she appears in the User Information List. The User Profile Services sync the user data into the User Information List from Active Directory.
- Some Useful JavaScript Methods, Variable And Objects In Sharepoint 2013Dec 21, 2017. In my previous blog, I explored _spPageContextInfo variable properties. This time, I am exploring some SharePoint-provided useful methods and objects in JavaScript.
- When SharePoint 2013 Site With .Dev Extension Stops Working In ChromeDec 18, 2017. In this article, I’ll explain how our SharePoint 2013 site with extension “.dev” stopped working in CHROME browser
- Introducing Hadoop /Big Data For BeginnersDec 14, 2017. Companies like Facebook ,NASA, and Google have huge amount of data (can be hundreds of petabytes or exabytes). Each and every like, click, comment, review, update, search, call, visit, piece of financial and health information, transaction, photo upload etc., which is a very huge data set, gets stored somewhere(database).This data is called Big Data.
- Enabling/ Using Content By Search Web Part In Standard Edition Of SharePoint 2013Dec 11, 2017. In this article, I’ll explain how to use/enable Content by searching Web Part in Standard Edition of SharePoint 2013.
- How To Save Multiple Links In A List Column And UI On Custom List Form In Visual Web PartDec 06, 2017. In this article, we will discuss how we are storing multiple links in the list field and supporting the UI on custom list form in Visual web part
- Show SharePoint List Item Level Attachments Using REST API And jQueryDec 05, 2017. In this article, we explore in Sharepoint 2013, how to show the Sharepoint list item level attachments using REST API and jQuery. In previous articles, I explained about adding multiple attachments to list item using html and JQuery. Now let’s use some REST API to pull these attachments and display them in list.
- SharePoint 2013 - Changing The URL Of Existing Web ApplicationDec 02, 2017. In this blog, I’ll discuss our customer requirement for changing the URL of an existing web application, changing URL of its extended application, and steps to do those successfully.
- Change SharePoint Site To Read OnlyNov 29, 2017. This article will help you out on making your sites read only which is mostly required during your SharePoint migration. These steps have been tested on SharePoint 2010, 2013 and 2016. We have 3 options and we will cover each one. So, let’s get started.
- Comments System With ASP.NET MVC 5 And jQueryNov 25, 2017. In this article, we will implement comments system by using ASP.NET MVC 5 and jQuery, Bootstrap
- SharePoint 2016/2013/Online - How To Apply Password Encryption For Component As Service Using PowerShellNov 22, 2017. In this article, I will discuss the mechanism to authenticate the requests to SharePoint Lists while working with PowerShell.
- How To Add A Button To Existing Ribbon Tab In Office ApplicationsNov 16, 2017. This article is a walk through of adding a button on the Ribbon of an existing tab in Office Application (Word 2016 in this case).
- Comment Or Reply To A Post In SharePoint Using AngularNov 15, 2017. Nowadays commenting or replying to a post is the most common thing in all social networks. Hence, in this article I am going to explain how it works in SharePoint using AngularJS. By the help of this article you will learn how to set comment or reply feature to a post in SharePoint using AngularJS.
- Custom Search Using Client Side CodeNov 11, 2017. The Custom Search functionality is achieved through JS. The Search produces live results for each key press. This search can be used to filter the data table or html table data dynamically based on the key words entered. The below code explains the search for html table.
- Creating A Comment Box Using Angular 1.0.7Oct 25, 2017. AngularJS is a JavaScript framework. It is a library written in JavaScript. AngularJS is distributed as a JavaScript file, and can be added to a web page with a script tag.
- Missing 'Manage Delegates' Option In PWA Setting In Project Server 2016Oct 23, 2017. In this article, we will be fixing the issue Missing 'Manage Delegates' option in PWA Setting.
- Find And Replace Text In Word Document Using C#Oct 18, 2017. On Microsoft Word, we can find special text strings and replace them with new text strings easily. We can replace all the searched text automatically at one time and we can also only replace some of them from the searched results. This article will mention various approaches of the finding and replacing feature on the word document by using a .NET API Spire.Doc independently (without using any third-party code) as below.
- Running Business Rule Only On Record CreateOct 16, 2017. We know that business rules are executed on form load and on change of the associated field, which means if we have business rule for any entity it will fire for new record as well for existing records when form loads.
- Getting Started With SharePoint Framework For SharePoint 2016 On-PremisesOct 12, 2017. Once you have installed and upgraded the September 2017 Public Update for SharePoint 2016, you will be able to upload and deploy SharePoint Framework packages that contain web parts via the SharePoint App Catalog just as you would with SharePoint Add-ins.
- Sending Bot Reply Message With Attachment Using Bot FrameworkOct 07, 2017. The Bot Framework enables you to build bots that support different types of interactions with users. You can design conversations in your bot to be freeform. Your bot can also have more guided interactions where it provides the user choices or actions. The conversation can use simple text strings, the message with an attachment like the image, File (pdf, word, excel, ppt), mp3, Video or more complex rich cards.
- Change Site Collection URL, Title, Logo In SharePoint 2013 Using PowerShell Commands, Back Up And Restore OptionOct 05, 2017. In this article I have discussed about how to change the site collection URL, title & logo in SharePoint 2013. Suppose in your company you have already created your site collection & customized everything but later your company decided to change the Site URL & title as well.
- SharePoint 2013 - Converting GMT/UTC Time To Local Time In XSLT For Rendering RSS Feed ResultsSep 29, 2017. Recently, I came across the requirement where the date coming from RSS feed which is in GMT format needed to be converted to local time and displayed in the required format.
- Beginners Guide For Angular ModuleSep 28, 2017. For better understanding, before directly jump into the angular module, let me provide few lines about what is an angular and angular application in simple words.
- SharePoint 2016/2013 - Event Log Monitoring By PowerShell AutomationSep 27, 2017. This article is based on the requirement I recently encountered where I was required to monitor a specific exception type and if it occurred the Admins needed to be notified at the same time.
- SharePoint 2016/2013 - Exploring Client Side People Picker ControlSep 26, 2017. In this demo, I will be discussing the implementation details of the Client Side People Picker Control in Production Scenarios.
- Missing Security Section In PWA Settings In Project Server 2016Sep 18, 2017. In this article, we will discuss and solve the issue of Missing Security Setting in PWA Settings in Project Server 2016 / 2013.
- SharePoint Permission Mode Vs Project Permission Mode In Project Server 2016 / 2013Sep 14, 2017. In this article, we will discuss the Permission Modes in Project Server 2016 / 2013.
- Update Managed Metadata Field Using SharePoint Designer 2013 WorkflowSep 12, 2017. In this article, I am going to explain how we can update a managed metadata field using SharePoint 2013 Designer Workflow. This solution will work for both SharePoint 2013 On-Premise and SharePoint Online (Office 365). I tested the below solution in Office 365 environment.
- SharePoint 2013 - On Premises - Powershell Script To Import Termsets On Given Site From .csv File In Specific FolderSep 10, 2017. In this article I’ll explain how to import multiple termsets using .CSV file from one specific folder.
- SharePoint 2016/2013/Online - Sites Health Monitoring By PowerShell AutomationSep 08, 2017. In this article, we will discuss a simple yet powerful automation technique using PowerShell that will try pinging the Site and if it fails, it will send the email notifications to the designated SharePoint Admins for the Site.
- Find Out Creation And Modification Date Of Database Objects Like Tables And Stored ProceduresSep 07, 2017. Database Object refers to Table, Stored procedure, View, Function etc.; in other words, all the elements that are created for data storage and manipulation.
- Advantages Of SharePoint 2016 From A User PerspectiveSep 06, 2017. You might have seen many articles/blogs on the internet about new and deprecated features of SharePoint 2016 or about the comparison between SharePoint 2013 and 2016. However, this article is mainly focused on the new changes introduced in SharePoint 2016, which will help the end users or business users in their day-to-day SharePoint usage.
- SharePoint 2016/2013/Online - How Download SharePoint List Item AttachmentsSep 02, 2017. In this article we will explore the PowerShell to download the List Item attachments.
- SharePoint 2016/2013/Online - How To Upload Files To SharePoint Document Libraries By PowerShell AutomationSep 02, 2017. In this demo we will explore the PowerShell code to upload the file to SharePoint Online/On Premise Implementations which represents just a part of the complete automation process.
- Custom Left Navigation In SharePoint 2013Sep 01, 2017. In this article, I explore how to create a custom left navigation using Out of Box, without custom development. As we know that there are a lot of ways of creating left navigation, here you will see a new approach for creating a custom left navigation in SharePoint 2013.
- JasperReports - Basic IntroductionAug 26, 2017. JasperReports is an open source software which is widely used for creating PDFs. It is not limited to creating PDFs but one can also export any desirable formats such PNG, CSV, Excel, Word doc, and HTML etc.
- Create Office Web Add-In Project Using Visual StudioAug 24, 2017. In this article, I would like to share the steps to create Office web add-in projects using Visual Studio. In this article, we have explored what Office add-ins are and how to create Office web add-in projects using Visual Studio 2015.
- Remove U+200B (Zero-Width Space) In RichTextHTML Field SharePointAug 22, 2017. In this article, we will explore how to resolve the error that arrives while implementing the validation to enhanced/rich text box of SharePoint 2013 using jQuery. We will call this error the “Zero-width space” issue.
- Getting Started With Windows AzureAug 17, 2017. Windows Azure can be anything you want it to be. As a cloud platform from Microsoft that gives a wide variety of different services, windows Azure helps you to construct, install, and manipulate solutions for nearly any motive you may consider. In different words, windows Azure is a global service of unlimited possibilities.
- Setup And Start The SharePoint 2013 User Profile ServiceAug 17, 2017. In this article, you will learn how to setup and start the SharePoint 2013 User Profile Service.
- The Value Of Coaching And The Dangers Of TellingAug 15, 2017. I have led many global training sessions on leadership and coaching. I typically start by asking, “what is coaching?”. The responses of most people gravitate towards an answer consisting of making people better in some way. If you look up the word “coach” in the dictionary the first definition is “a large usually closed four-wheeled horse-drawn carriage having doors in the sides and an elevated seat in front for the driver”. People equate coaching to “moving forward” or “getting someone from point A to point B”.
- SharePoint 2016/2013 - How To Install SharePoint Client Components SDKAug 12, 2017. In this article, we will look for another necessary component that is required when preparing client machines for CSOM based PowerShell Development.
- SharePoint 2016/2013/Online - How To Download SharePoint Files By PowerShell AutomationAug 12, 2017. In this article, we will explore the PowerShell way of downloading the files in SharePoint Document Libraries.
- Join Two Lists Using REST In SharePoint 2013Aug 11, 2017. In this article, we are going to discuss how to join two lists in SharePoint 2013 using REST.
- Setup And Connect To Azure SQLAug 03, 2017. Microsoft Azure SQL Database (formerly known as SQL Azure) is a managed cloud database i.e. Software as a Service (SaaS) provided by Microsoft Azure. In simple words, Microsoft Azure SQL is a cloud database that runs on a cloud computing platform and access to it is provided as a Service.
- How To Debug Custom Applications In SharePoint 2013Jul 25, 2017. From this article, SharePoint beginners can learn how to debug SharePoint custom applications and standard ways to debug.
- ASP.NET Core API Versioning In Simple Words (Update 1.2.0)Jul 24, 2017. This article shows you how to enable API versioning for ASP.NET Core Web API following three different techniques.
- Packaging And Deploying In SharePoint 2013 Designer WorkflowJul 24, 2017. In this article, we will explore all the steps regarding Packaging, Deploying, and workflow registration for SharePoint 2013 Designer Workflow..
- Confessions Of An Angry ProgrammerJul 23, 2017. Recently, after doing the keynote session about code quality at a conference in Denver, I received a comment from one of the attendees. He said my session was “too much angry coder”. After receiving many great comments about the session, this one took me by surprise. I thought about it for awhile and commented back, via Twitter…
- Change SharePoint ListView To jQuery Datatable Using JSLinkJul 21, 2017. Jslink is javascript link [ CSR - Client-side rendering] this feature was introduced in Sharepoint 2013 for customizing Sharepoint list forms Newform, displayform, editform. Using this feature you are able to change the overall look and feel of the sharepoint listp
- Project Server 2013 Migration From One Farm To AnotherJul 21, 2017. In this article, I will explain step by step how to migrate/move a PWA Instance from one farm to another in Project Server 2013.
- Get User Profile Properties Data in SharePoint Designer 2013 WorkflowJul 18, 2017. Workflows helps SharePoint users to collaborate on documents, list items and to manage tasks by implementing business processes on documents and list items. Creating and assigning tasks to Manager is a very common scenario in workflows. All the user related information is stored in User profile service application (UPA). Although this sounds very straightforward, getting the user profile properties of the logged in user is very tricky in SPD 2013 workflow.
- What Is Three State Workflow In SharePoint 2013?Jul 18, 2017. Microsoft has already provided an Out Of Box feature Called Three State Workflow. Using Three State Workflow, we can track our list or library in three states . This is very useful when tracking issues, project tasks, leads, or other similar items.
- Site Columns In SharePoint 2013Jul 15, 2017. Site column is on of the good features in SharePoint . You can reuse the column within your site and subsites. you can also reuse within content type in SharePoint.
- Create A Content Type In SharePoint 2013Jul 14, 2017. Here I am going to explain how to create a content type in SharePoint 2013 or SharePoint online and use the same content type in SharePoint list .
- How To Create A List/Library Programmatically In SharePoint 2013Jul 13, 2017. We need to install Visual Studio in our machine for creating a list using SharePoint Server Object Model. The Server Object Model will be executed in the server side & it provides a rich set of classes in representing & manipulating SharePoint objects. Server object model is like production server environment to access the data where Sharepoint is installed on the machine.
- Disposition Approval Workflow In SharePoint 2013Jul 12, 2017. Microsoft has provided so many outbox workflows to manage our list or libraries etc. Disposition Approval workflow is one of the OOB features in SharePoint 2013.
- SharePoint 2013 - Uploading Multiple Attachments To The New Item On List Using JSOM And REST APIJul 06, 2017. In this article we will explore how we can attach multiple attachments to the new item on list using JSOM and REST API.
- When To Perform A Search Full Crawl In SharePoint 2013Jun 24, 2017. Search is indeed a mission critical component in SharePoint 2013 and it’s very important that it functions properly so that you get the desired results. As we all know, the search results and their relevancy is directly proportional to how often your content sources are crawled and what sort of crawling you’re running in your SharePoint farm.
- SharePoint 2013 - How To Migrate SharePoint 2010 Style Workflows - Part TwoJun 22, 2017. In this article we are going to learn the steps that are involved in moving SharePoint 2010 style reusable workflows from one site to another and I must say this a bit of a tricky process all around.
- SharePoint 2013 - How To Migrate SharePoint 2010 Style Workflows - Part FourJun 22, 2017. In this article we are going to learn the steps that are involved in moving SharePoint 2010 style reusable workflows from one site to another and I must say this a bit of a tricky process all around.
- SharePoint 2013 - How To Migrate SharePoint 2010 Style Workflows - Part ThreeJun 22, 2017. In this article we are going to learn the steps that are involved in moving SharePoint 2010 style reusable workflows from one site to another and I must say this a bit of tricky process all around.
- Create List Using SharePoint 2013Jun 21, 2017. Create List/Library using SharePoint 2013.
- SharePoint 2013 - How To Migrate SharePoint 2010 Style Workflows - Part OneJun 21, 2017. In this article we are going to learn the steps that are involved in moving SharePoint 2010 style reusable workflows from one site to another and I must say this a bit of a tricky process all around.
- Data Structures And Algorithms - Part Two - A Word About Big-O NotationMay 22, 2017. This article is an introduction to Big-O Notation, which is used to measure the running time of a function/ method.
- Validation Settings In SharePoint 2013May 20, 2017. Column Validations and List Validations in SharePoint 2013.
- How To Create A Web Application In SharePoint 2013May 19, 2017. How to create a Web Application In SharePoint 2013.
- How To Create A Site Collection In SharePoint 2013May 19, 2017. How to create a Site Collection in SharePoint 2013.
- Differences Between SharePoint 2013 VS 2016May 16, 2017. This article features differences between SharePoint 2013 vs 2016.
- Configure Content Deployment In SharePoint 2013 Central AdministrationMay 13, 2017. In this article, we will see how to Configure Content Deployment in SharePoint 2013 Central Administration.
- How To Check Deployment Of Specific Content In SharePoint 2013 Central AdministrationMay 13, 2017. In this article, we will see how to check deployment of specific content in SharePoint 2013 Central Administration.
- SharePoint On Premises 2013, 2016/ SharePoint Online JSOM - _spPageContextInfo Object In Different Environment / VersionsMay 13, 2017. In this article I’ll show properties of _spPageContextInfo in different versions of SharePoint (2013 on premises, 2016 on premises) and in SharePoint online. You might be wondering why there is a need for this, but let me explain.
- Configure Content Deployment Paths And Jobs In SharePoint 2013 Central AdministrationMay 11, 2017. In this article, we will see how to Configure Content Deployment Paths & Jobs in SharePoint 2013 Central Administration.
- SharePoint 2016 - RSS Viewer WebPart IssueMay 11, 2017. This article presents SharePoint 2016 - RSS Viewer WebPart issue.