Search Results

1
vote

Sharepoint Security issue in _layouts/user.aspx

I assume you mean "Manage Permissions"? So as far as I can tell, there is no permission for "Let people manage the permissions of others but not be able to give anyone higher permission than they h …
1
vote

How do I run another web site or web service side by side with Sharepoint?

I depends on what you mean by side by side, if you are trying to make something inside the same URL path as sharepoint then the above answers about managed paths should do it for you, but there is …
1
vote

Sharepoint Item Level Access & performance

The accepted answer is not actually answering the question correctly... You should not use a workflow to do this, if you want people to be able to edit items they create and only read ones …
1
vote

Auto number column in SharePoint list

So I am not sure I can really think of why you would actually need a "site collection unique" id, so maybe you can comment and let us know what is actually trying to be accomplished here.. …
1
vote

SharePoint Security

You might also want to look into using ISA Server to help you out: http: …
2
votes

Sharepoint WebPart with AjaxToolkit’s Accordion control

Check out: http://www.codeplex.com/sharepointajax …
1
vote

Defaulting WebParts on a Users MySite in Sharepoint

The way we did it was pretty much what is described in the link above ( …
0
votes

SharePoint Default Styles

If you are doing a custom webpart, consider SPGridView for your tables, I believe it will use the standard sharepoint List table styles: …