使用Repeater模板一
- 作者:xiaoxiao
- 发表时间:2020-12-23 11:00
- 来源:未知
(注)下面的代码是页面的代码,因为要绑定数据,如(<%# DataBinder.Eval
(Container.DataItem,"CategoryName") %>)所以在使用之前要先导入名空间<%@ Import Namespace="System.Data" %>
后置代码部分:先导入名空间:using System.Data.SqlClient和using System.Windows.Forms;其余系统默认导入
下面是连接库的代码:
<% @ Import Namespace = " System.Data " %> <% @ Page language = " c# " Codebehind = " WebForm1.aspx.cs " AutoEventWireup = " false " Inherits