<%@ Page Title="Test_Picasa_Album.aspx" Language="C#" AutoEventWireup="true" %>

<%@ Register TagPrefix="mod" TagName="album" Src="~/Mod/Mod_Picasa.ascx" %>

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title></title>
    <link href="/css/mod.css" rel="stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
        <h1>Album aus PicasaWeb - Ein Album eines Users</h1>
        <div style="height: 600px; overflow: scroll;">
            <mod:album ID="Album2" rss="https://picasaweb.google.com/data/feed/base/user/107011206873118411907?alt=rss&kind=album&hl=de&imgmax=1600" runat="server" />
        </div>
    </form>
</body>
</html>