Search

You searched for the word(s): userid:875877

Matching Posts

  • SharePoint State Machine Workflow tutorial

    Back when I was tasked with making a SharePoint workflow, everytime I googled it, I kept finding a tutorial about how to create a sequential workflow. The problem was that I needed a state machine workflow. After I finally figured it all out, I made sure I would never lose all that knowledge. So, I documented every step. I recently decided to post a series on created state machine workflows. The articles show you, in simple step-by-step fashion, how to create the workflow's initiation form, its
    Posted to Tips & Tricks (Forum) by d-frag on 8/21/2009
    Filed under: sharepoint state machine workflow
  • How to deploy web parts to the /bin directory, AND get them to work from there!

    I have found some interesting articles on how to deploy SharePoint web parts to bin. I have also found some articles on how to get the web parts to work from bin by modifying CAS policies (Code Access Security). Unfortunately, I haven't really found any articles on how to do both. Seeing how one without the other is pretty useless, I figured I'd write up an article on how to do both. Simply put, I had three web parts that I wanted to package up as features into a .wsp so I could run stsadm
    Posted to Tips & Tricks (Forum) by d-frag on 7/26/2009
  • Connected web parts - as easy as it gets

    I have completed a tutorial on how to create connected web parts, in this case a Contact List web part listing people in a custom list, and when the user clicks one of those people listed in the web part, that person is then selected as the contact for the second web part, the Email Contact web part, which takes that selected person, displays their info, then awaits the user to enter a message on a form that will 1. be saved into a Sent Emails custom list and then 2. the message will be emailed to
    Posted to Announcements (Forum) by d-frag on 7/14/2009
  • Getting a web part's title and description (in .webpart) to update in the SharePoint site's Web Part Gallery

    I had a ton of fun yesterday when I went tried to update my web part's title and description. As I was getting it prepared for deployment, I realized I needed to update the title and description. I made the update in the .webpart file and redeployed the web part. When I looked in the Web Part Gallery and Add A Web Part, it still had the old title/description. So after messing around for an hour or so and doing lots of trial and error, I realized there are a certain couple of things that must
    Posted to Tips & Tricks (Forum) by d-frag on 7/2/2009
    Filed under: web parts
  • How to set a web part's list at runtime - custom property

    I have some web parts that are dependent on a couple of custom SharePoint lists. If the lists didn't exist or didn't have the fields the web parts needed when the web parts were added to a page, the whole page would bomb out. After I came up with my solution, I wrote an article on it and thought I'd share it with you. This how-to also shows how the web parts can be added to a page with a message telling the user to configure the list source property, and once a user does, the web part
    Posted to Web Parts and Personalization (Forum) by d-frag on 6/25/2009
    Filed under: Web Part, list library, custom property, custom list
  • Re: How can i populate the list of AD in listbox

    While I haven't directly done what you are asking, I think I have something that could help. I just recently wrote a web part to populate a custom list from Active Directory. The code that gets data from Active Directory could likely be modified to pull all people instead of just whoever a user searches for, and instead of saving to the list library like I do, you could easily save the data to a listbox. A step-by-step tutorial with all the code is right here at http://simplesharepointsolutions
    Posted to Active Directory and LDAP (Forum) by d-frag on 6/16/2009
    Filed under: Active Directory, web part
Page 1 of 1 (7 items)