• Posts Tagged ‘spField’

    Hide Fields in List Forms

    by  • August 13, 2011 • SharePoint • 0 Comments

    We have three types of List Forms in SharePoint., New Form, Edit Form and Display Form. For some times or in some requirements, we need to hide some of the fields in List Forms. By OOB there is no page or option for hiding fields on separate form, but we can hide the fields in [...]

    Read more →

    How to get InternalName in ListEdit Page

    by  • September 25, 2009 • SharePoint • 2 Comments

    In SharePoint the column or field has two names. One is DisplayName, used to view the field name publically in all pages and another is InternalName used internally to refer the Field. This Internal name will be used in CAML Queries, during retreiving inserting and updating the list item.We can’t see this Internal name in any pages [...]

    Read more →