sharepoint designer
14 04 2010
If you’re displaying a list of items in a Data View Web Part, you might want to visually show to your users if the item displayed is a “new” item. An extra little flourish to enhance the user experience. Let us first decide that a item should be flagged as “new” if it was created […]
9 04 2010
QuickTip Displaying a DataViewWebPart of a List with a column of type “Person or Group”? Want to filter that list by the current user? Simple! Dive into to Code View, locate the XSL Stylesheet and find the dvt_apos parameter declaration. Add in the UserID parameter just after it, so the 2 lines look like this: […]
8 04 2010
Quick Tip When designing your Data View Web Parts, you’ll often have a reference to a specific list Item, or even a specific List. Give your users an extra helping hand, make things that little bit nicer to use by turning that reference into a hyperlink to that specific List Item or List! Select the […]