5/12/2009 10:10 AM
by
Laura Rogers
From Mark Miller: Laura Rogers is teaching a live online workshop this Friday: Getting Started with the Data View Web Part.
The series of articles starting with the one below, will go over the
basics of DVWPs and show how you can build powerful, data run solutions
with your existing sites. If you like what you see over the next few
days, register for the workshop and get your hands dirty!
Articles in this Series
Future articles will go into detail about configuration options such as the ones in this list. Stay tuned.
Articles in this Series
- New Article Series: Laura Rogers on Data View Web Part Basics
- Data View Web Part, The Basics - Insert a DVWP on Your Page
- In SharePoint Designer (SPD), click <File> and choose <Open Site>. Paste the full URL of your SharePoint site, such as http://sharepoint/sites/teamsite
Notice that I left out the "default.aspx" at the end of the URL. - Click <Open>
You can see that the left side of the screen shows the folder structure of your site. Each document library is a folder, and all of the site's lists live under the "Lists" folder. At this point, the best way to start creating a data view web part (DVWP), is on a blank web part page. Go to the site in your browser, and create a web part page: - Click <Site Actions> and <Create>. Choose "Web part page", give it a name, pick a document library to put it in, and click <Create>. Make a mental note of which doc library you picked. At the top right, click <Exit edit mode>
- Now, in SPD, on the left side, navigate to the new web part page by clicking on the name of the document library from step 3. The contents of that library will be displayed in the main work area in the middle of the SPD screen. If you don't see your new file, click the F5 key to refresh the list.
- Double-click the name of the new file to open it.
Now, it's time to start picking a data source to insert a data view web part. You see the web part zones displayed on the page, and each zone says "click to insert a web part". It's important at this point, that you pick a web part zone, and click <Click to insert a web part>. If a zone is not clicked on, a web part that's inserted could end up on some random spot on the page. - Click the <Data View> menu at the top of the screen, and choose <Insert Data View...>.
Since this initial article is really just to show you around in the DVWP, we're not going to do anything fancy. We'll just insert a regular SharePoint list as our data view. See, that now on the right side of the screen, there is a "Data Source Library" pane. The following are types of sources that you can get data from:- SharePoint Lists
- SharePoint Libraries
- Database Connections
- XML files
- Server-side scripts
- XML Web services
- Linked Sources
- As an example, let's grab some data that�s in a list on the site. In the "SharePoint Lists" section, pick a list (preferably one with some data in it). Click the drop-down box on that list name, and choose <Show Data>.
- Now, in the pane on the right side of the screen, instead of the "Data Source Library" tab, you'll see the "Data Source Details" tab, that shows the details of the source that was just selected. This means, that all of the fields in the list are displayed. There are even some extra fields listed there, that are usually hidden from views. While holding your CTRL key down, click on three or four field names to select them.
- Click <Insert Selected Fields As...> right above those field names. Choose <Multiple Item View>. In various articles of this series, I'll go over some of these other options, but this one is the most commonly used.
- When the DVWP is first inserted, the "Common Data View Tasks" menu is automatically displayed.
No comments:
Post a Comment