标签:style blog http io color sp for div on
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default7.aspx.cs" Inherits="Default7" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <table> <tr> <td> 序号 </td> </tr> <asp:Repeater ID="Repeater1" runat="server"> <ItemTemplate> <tr> <td> <%#Container.ItemIndex+1 %> </td> </tr> </ItemTemplate> </asp:Repeater> </table> </div> </form> </body> </html>
标签:style blog http io color sp for div on
原文地址:http://www.cnblogs.com/sdns/p/4086632.html