Daily Archives: March 4, 2016

1 post

How to find the internal field names for SharePoint list columns

When you develop ASP.net applications that interact with SharePoint lists, you may come to a point that you need to retrieve value from each column of a list by referencing the name of the list coluumn, however, you may end up with an error saying the column does no exist. This is because the name you use to create a columnĀ in SharePoint may not be the same as the one stored in SharePoint (which is […]