You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
748 B

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="alumb.aspx.cs" Inherits="alumb" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:LoginView ID="LoginView1" runat="server">
<LoggedInTemplate>
<a href="admin/mangeralumb.aspx">管理相册</a>
</LoggedInTemplate>
</asp:LoginView>
<asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetAlbums"
TypeName="PhotoManager"></asp:ObjectDataSource>
<asp:DataList ID="DataList1" runat="server" DataSourceID="ObjectDataSource1" RepeatColumns="3"
RepeatDirection="Horizontal" Width="100%">
<ItemTemplate>