Kobarin's Development Blog

C#やASP.NETなどについての記録です。

2010-02-02から1日間の記事一覧

階層的なXMLをRepeaterで出力 〜其の2〜

order.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="order.aspx.cs" Inherits="order" %> <html> <head id="Head1" runat="server"> <title>Order</title> </head> <body> …</body></html>

階層的なXMLをRepeaterで出力 〜其の1〜

repeater.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="publishers01.aspx.cs" Inherits="api_other_publishers" %> <html xmlns="http://www.w3.org/1999/xhtml"> </html>