Posted by Shantha Kumar on 25th September 2009

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 [...]

Posted by Shantha Kumar on 22nd September 2009

An error occurred during the processing of . Only Content controls are allowed directly in a content page that contains Content controls.
I got this strange error when modifying the page under SharePoint library, i bit little confused when this error happens. For a couple of minutes i look the code and tags, then i found [...]