• About Radhika

    Radhika Sajin was working in US Technology in Trivandrum, India. She has 7.5 years experience in working with Web Development Technologies inlcuding MOSS, SharePoint 2010 and ASP.net.

    Error in Multiple Documents Upload

    by  • June 8, 2010 • MOSS 2007 • 1 Comment

    This is one of the ‘not so common’ but confusing error. All of a sudden multiple documents upload will not work and give you the following error. Can not run Windows SharePoint Services on the Page There are different possible reasons for this error. 1. Open Central Administration -> Application Management -> Authentication Providers. Make [...]

    Read more →

    SharePoint Security Trimming using SPSecurityTrimmedControl

    by  • April 5, 2010 • MOSS 2007 • 0 Comments

    If you want to hide SharePoint Controls (eg.Site Actions menu ) based on the user’s permission level or assign specific access to a user then you can use the SharePoint’s builtin control SPSecurityTrimmedControl. Below code will allow the user to view site usage report. Some permission string attributs are ManageLists CancelCheckout AddListItems EditListItems DeleteListItems ViewListItems ApproveItems [...]

    Read more →

    Create a custom theme in MOSS

    by  • March 24, 2010 • MOSS 2007 • 0 Comments

    Customising a sharepoint site is really a challenging job and there may be situations in which you might need to create a new theme. The simplest way is to create the new theme by taking a copy of the existng them. SharePoint theme folder has mainly 3 elements theme.inf, theme.css and images. Create a copy [...]

    Read more →

    How To: Create wsp package for user controls

    by  • March 5, 2010 • MOSS 2007 • 0 Comments

    We can copy our user controls to the layouts or control templates folder manually. But moving user controls from development to production manually is very risky or not recommended. Here is how you can deploy these changes programmatically. 1. Create a  web part project or wsp builder project and create a folder. 2. Add all [...]

    Read more →