Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SharePoint App-Building Tips   (RSS)
Sorry, but there are no more tags available to filter with.

Welcome to Office 2007 and SharePoint Designer!

Now that beta2 of Office is out (grab it here for free!), I think it's a great time for me to switch over from talking about FrontPage 2003 to SharePoint Designer 2007 . In case you hadn't heard, a few months back we announced that Office 2007 would include

Allowing Users to Filter/Search a Data View

In my previous post , I talked about how Web Part Connections can be used to pass data between Web Parts. I showed building a simple master/detail scenario, where you have one view, showing all the records in a data source, filtering a second "single

Using Web Part Connections to build a Master/Detail View

One of the great new features part of SharePoint v2 is this thing called "Web Part Connections", which allows you to easily have Web Parts communicate with each other, thus adding a level of interactivity to your web applications. In a way, you can think

How to Create a Data View that Shows a Single Item

When you first insert a Data View, the default "look" is always a tabular multi-item view; however, it's easy to change this to whatever style you want. We even include a few pre-built styles in the box that you can quickly switch between. To change the

Conditional Image Swapping in a Data View

One of the cooler uses for Conditional Formatting is to to dynamically swap between a set of icons/images, e.g. imagine a scenario where you want a red, yellow or green light based on how a sales department is tracking to budget. Although it's possible

Conditional Formatting Internals

The inner workings of Conditional Formatting are actually pretty straightforward. The key construct that makes the feature possible is a tag called <xsl:if> , which is used to conditionally add content to the HTML output of the transform. It's easiest

Grokking "Show Visibility" in the Conditional Formatting Task Pane

Sometimes true Wysiwyg is not what you want in design view. For example, if you are using Conditional Formatting to optionally show content in your view, and your data is such that all records evaluate to false, you end up in a situation where you can

Conditional Formatting Part 2

In addition to being able to show and hide content using Condition Formatting, you can also use the feature to dynamically change the presentation of your view, based on data in the associated data source. Example: for the view of the "Product Sales"

Data View Conditional Formatting

One of the things XSLT makes really easy is "conditional formatting", i.e. having parts of your view appear differently depending on some data condition. Quick example: let's say you have a view of a "Product Sales" list, and you want to show a flag icon

Wysiwyg XSLT Editing

We built the Data View on XSLT for a couple of important reasons: 1) We wanted there to be a "real" programming language under the covers, so that our users would never be limited by what our UI allowed, i.e. even if FrontPage can't do something, you

How the Data View uses XSLT

In my last post, I talked a little about XSLT - how it can be used to mix data from an XML file with HTML markup, thus producing a web page presentation for that data. This is fundamentally how the Data View Web Part works. When the Data View executes

Quick and Dirty XSLT Primer

...From the Open Internet Lexicon: "A Transformation Language to convert XML/XSL documents into HTML suitable for a browser to display." Personally, I like to think of it as language that sucks data from an XML file into an HTML file :). Here's a quick

ok go

Let’s get this thing rolling. My name is Alex Malek; I’m a Program Manager on the FrontPage team. I already know what your first question is - no, FrontPage doesn’t mess up your code anymore ;>. But seriously, I hope to use this blog to talk about
 
Page view tracker