SharePoint : How to hide a field from the Edit Form?

Friday, 7 April 2006 01:36 by Karthikeyan
I am not sure, how this can be achieved thro' UI. But here, Sharepoint Object model helps us. localhost.Lists listService = new localhost.Lists();. listService.Credentials= System.Net.CredentialCache.DefaultCredentials; ...
Microsoft SharePoint Full Article Link - SharePoint : How to hide a field from the Edit Form?

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

SharePoint : How to retrieve all the properties from a list by ...

Friday, 7 April 2006 00:28 by Karthikeyan
The example given in the SDK doesnt retrieve all the properties of the list. For eg, I want to retrieve the file size. This property not found the results returned by the SDK sample. The work around is as follows. localhost. ...
Microsoft SharePoint Full Article Link - SharePoint : How to retrieve all the properties from a list by ...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

SharePoint : How to add banner page at the Portal site.

Thursday, 6 April 2006 23:20 by Karthikeyan
This is everyone's requirement, but unfortunately we do not have any out of box SharePoint functionality. I want to have a banner page at the top and want have a html file content as include directive. Once I modify HTML file at one ...
Microsoft SharePoint Full Article Link - SharePoint : How to add banner page at the Portal site.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5