Skip to content

SharePoint

SharePoint discussions

This category can be followed from the open social web via the handle sharepoint@forum.codeproject.com

981 Topics 2.3k Posts
  • 0 Votes
    4 Posts
    0 Views
    I
    sai.2012 wrote: Actually i know only basics,suddenly my manager asked me to do this, i don't know wht to do. Well, of course you should work it out, but perhaps you should talk to the manager and tell him, that he can use SharePoint that way, but SharePoint shouldn't be used that way. Try a little google to find some arguments (prevention against dublicates should be one). I hope I gave you the startpoint for doing what you manager asked you to do. Feel free to ask more questions. :rolleyes: ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Documentset????????????

    tutorial sharepoint question
    3
    0 Votes
    3 Posts
    0 Views
    S
    Hi , THANKYOU SO MUCH.
  • software And Hardware Requirements For SharePoint.

    sharepoint hardware business
    2
    0 Votes
    2 Posts
    0 Views
    I
    It's not easy to answer that without knowing how many people will access and how they will work with sharepoint. It's like asking what engine you need if you buy a new car without knowing your driving style and if you like to pull a trailer. You need (for SharePoint 2010): - Windows Server 2008 R2 / 2012 - Optional (but usefull) SQL-Server 2008 R8 / 2012 - Optional MS Office Plus (if you want to provide office services) - A connection to AD For SharePoint 2013 you should run Windows 2012 and SQL-Server 2012 Hardware for good working for up to 150 workers: - 4 Core - 8 better 16 GB RAM SQL-Server: - 2 Core + - 16 GB RAM You should perform a farm installation even if you install everything on one machine. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • How to implement themes based on User in Sharepoint 2010

    sharepoint help tutorial
    2
    0 Votes
    2 Posts
    0 Views
    P
    I don't know how extensive you want your re-theming to be. However if it could be CSS-only you could use this approach: Store the CSS files for the different themes in the Style Library or in 14 Hive. Create a list/table that stores the user and their chosen theme. Write a feature and custom application page to allow the user to change their theme. Write a control that does a lookup on the list against the current user and obtains the a reference to the corresponding CSS file in the Style Library or in 14 hive. The control would then output the CssRegistration and CssLink controls to the page for this file. Add this control to the master page so it executes on every page (caching should be added). I can't see why this wouldn't be supportable by Microsoft as you're only changing CSS. If you need to do more than that then another option is to write an HTTP module that changes the HTML output. Or of course JavaScript. With these two options you may have supportability issues (it depends on how extensive your changes are).
  • WebPart?

    question
    3
    0 Votes
    3 Posts
    1 Views
    P
    Web Parts is a highly customizable windows that shows information within SharePoint website or helps you to write your own code as per your business logic. Web Parts are located within the web part zones. There are many different built-in web parts categories and types. Can display data from various sources such as Lists,forms, your database
  • 0 Votes
    8 Posts
    0 Views
    B
    I seen that link but it has been made in Sharepoint 2007.i am not able to understand and implement it.i need a simple way to implement it. can u please help me out to implement it
  • Reservation Webpart error

    help question
    4
    0 Votes
    4 Posts
    0 Views
    I
    Well at the bottom of this page you can ask questions. It would be good to ask the author himself cause he knows the code. Or take a look at the code on yourself to check where the error comes from. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • 0 Votes
    2 Posts
    0 Views
    I
    HemadriT wrote: Can you please mensition the Hardware and Software requirements for creating sharepoint document shareing You should install a SharePoint FarmServer (even if you only have one Server, because you can then add other servers, if you need them). Hardware: Depinding on how many users you have a good start would be 4 Cores with 8 better 16 GB. You can also use VMs if you like to, it's a good way, cause you can easily backup them. Software: SharePoint 2010 and SQL-Server 2008 or SharePoint 2013 and SQL-Server 2012 are good combinations. You only need Visual Studio if you want do build Solutions, but it's better not to run Visual Studio on production Servers, install another Server. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Invalid viewstate on new server

    sysadmin help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • configure sharepoint

    help sharepoint sysadmin windows-admin question
    6
    0 Votes
    6 Posts
    0 Views
    I
    messages wrote: I found the problem sharepoint 2010 cant install in the Sql server 2012 Didn't you said in the original post, you installed SharePoint 2010 on SQL-Server 20008? Well, it reads so. :rolleyes: ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • how to access sharepoint site by domain

    sharepoint tutorial
    2
    0 Votes
    2 Posts
    1 Views
    I
    HemadriT wrote: I created domain where i created sharepoint site. So it's the same "domain"? Well, no special access is neaded. Just add the users you want to give access or the domain-groups to the SharePoint-Groups in that WebSite/WebSiteCollection. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • 0 Votes
    4 Posts
    0 Views
    _
    Ok, so I feel kind of stupid here since I didn't think about it myself, but here's the cause and I hope it helps someone else who comes along with the same issue as I did. When adding a solution and activating said solution in Sharepoint, before you can access this solution in say adding a webpart to a page, you must first RESET IIS. So during my testing I did not add any code to reset the IIS on the application Sharepoint servers. The only reason I can think of that explains why it worked in the code block was that perhaps I had reset IIS inadvertently during my testing. I can't explain it otherwise. Stupid mistake and I have hung my head in shame, but there you go.
  • How to customize sharepoint2010 Webpart style

    sharepoint tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    I
    zhuwenli wrote: How to customize sharepoint2010 Webpart style by Sharepoint Designer 2010 ? You can change Parameterbinding or view due to editing the website. The SharePoint Designer isn't designed to Change WebPart Style. And that wouldn't be good if it were possible, because changed can't be transfered and they aren't migration safe. If you need another design you could change the master template of the page or you could develop your own. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Adding users to the default members group

    database help question security
    6
    0 Votes
    6 Posts
    0 Views
    I
    balaji1010 wrote: OK.But users who has Contribute permissions will be added directly to members group. Yes but the wasn't the question asked. The question was: How can he identify the "Site Members" group, when he don't know how the site is called. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • PickerEnity question

    beta-testing question sharepoint testing
    3
    0 Votes
    3 Posts
    0 Views
    B
    No might be you need to create a timer job to update all users to List from AD
  • 0 Votes
    4 Posts
    0 Views
    I
    HemadriT wrote: But i am not able to access the document by user whos have access Add& Edit Items. Well, that can't be. There must be something wrong. Has the document own right or does it inherit the list rights? If so, you have to add permissions to the document, too. Some question, to get a brief look at your problem: - To which group does the user who added the item belongs? - To which group does the user who want to edit the item belongs? - What are the group rights of both groups for the list? - Can both users see the list? - Can both user add items? - Is the side-admin able to edit items? - Are there special list features enabled like versioning, approval, are the documents checked in? ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • 0 Votes
    2 Posts
    0 Views
    I
    fmorales09 wrote: 1. Do/should I take SharePoint offline? Yes. Put the server down, backup all databases, then start convertion fmorales09 wrote: 2. Should I do this in a ‘Test’ environment first? Normally it should work. If you don't have a test-environment with the same configuration you there is nothing won. If you have a "standard"-sharepoint it should work anyway. fmorales09 wrote: 3. Is this ‘really’ a simple process? Yes, I think so. Same simplicity like the whole univers. :-\ Well, it depends on the configuration, which extensions (solutions) you have installed and so on. Normally you can even convert SP 2007 to SP 2010 without any problems. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • 0 Votes
    3 Posts
    0 Views
    A
    So, Are you getting any errors on the page? What kind of tasks are you doing with the custom timer job? Have you deployed the solution using Visual Studio 2010? Is it a web or site or web application scoped feature? Thanks, Arun Kumar Asirvatham
  • How to host sharepoint site in IIS

    tutorial sharepoint windows-admin
    2
    0 Votes
    2 Posts
    0 Views
    I
    HemadriT wrote: But how to host that site in IIS.Can you please let me know in a step by step manner. You don't have to hosts new sites, it's automatically done. You just have to do that, if you want that side to reached by another domain-name. You find your first wcs under "http://yourdomain/" and by standard alls subsites with "http://yourdomain/websites/subsitetitle" ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • 0 Votes
    3 Posts
    0 Views
    N
    I don't get an error. Looks fine to me as an anonymous user. :)