asp:Repeater绑定数据源
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="showRepeater.aspx.cs" Inherits="bindData.connection.showRepeater" %>
<!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>repeater显示信息</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Repeater ID="repeater_info" runat="server">
<HeaderTemplate>
<table style="text-align: center">
<tr>
<td nowrap>
名字
</td>
<td nowrap>
性别
</td>
<td nowrap>
年龄
</td>
<td nowrap>
生辰
</td>
<td nowrap>
说明
</td>
<td nowrap>
邮箱
&n
相关新闻>>
- 发表评论
-
- 最新评论 更多>>