Here
is simple code for uploading profile picture in internal profile picture
library "profile pictures".Inorder to implement this first you
configure profile service in your site.
protected void btnUpload_Click(object sender, EventArgs e)
{
byte[] bytImgProfile...
Thursday, December 13, 2012
Tuesday, July 17, 2012
Hide Site Action Sharepoint 2010
The
article shows you have to hide or show the "Actions Menu" depending
on the permissions of the current user; i.e., how to security trim your
SharePoint pages. You do this by using the Sharepoint:SPSecurityTrimmedControl.
you
can put the site action menu code in between
<Sharepoint:SPSecurityTrimmedControl...