in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Adding a filtering drop-down list? Someone help?

Last post 09-11-2008 10:48 PM by anil.raparla. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 08-19-2008 10:09 AM

    Adding a filtering drop-down list? Someone help?

    We have a page on our site where we want to display biographies of our team members. What we ultimately want to do is have the data stored in a list form with a custom view, but rather than take up the whole page with a giant list we'd like to have a drop down list that when you select the name you want to see it displays that person's information in the page.

    Can this be done and does anyone know how?

  • 08-19-2008 12:27 PM In reply to

    Re: Adding a filtering drop-down list? Someone help?

    You can filter most columns based on data your collecting.  Move your mouse cursor over the column heading, there will be a drop down arrow that appears.  Click that to filter.

    Thanks,

    Jay
    SHAREPOINTCOMMUNITY.COM

    Did you find the information helpful that was provided? If so please RATE! my post!
  • 09-11-2008 10:48 PM In reply to

    Re: Adding a filtering drop-down list? Someone help?

    This Code My be help for u

     

    myItems = master.GetItems(query);

    foreach (SPListItem item in myItems)

    {

        item["varApproveRejectStatus"] = "COMM_PUBLISHED";

        item.Update();

    }

    Anil Kumar.R
Page 1 of 1 (3 items)

Need SharePoint Training? Attend a SharePoint Bootcamp!
Forum content (c) original posters. Everything else (c) 2008 SharePoint Experts, Inc.