同一个界面多次使用一个自定义控件,显示的数据相同?
--------------------编程问答-------------------- 楼主是想显示不同的数据??
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Web.WebForm1" %>
<%@ Register Assembly="ClassLibrary1" Namespace="ClassLibrary1" TagPrefix="cc" %>
<!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>
<cc:LablesControls ID="LablesControls1" runat="server" Evaluation="思想性" Group="1" />
<cc:LablesControls ID="LablesControls2" runat="server" Evaluation="思想性" Group="3" />
</div>
</form>
</body>
</html>
--------------------编程问答-------------------- 传递相同的参数,当然返回的数据就是一样的。
你可以给两个控件传递不同的参数。 --------------------编程问答-------------------- 写日志输出预计的值和实际的值,看控件代码哪里有问题
*****************************************************************************
签名档: http://feiyun0112.cnblogs.com/
补充:.NET技术 , ASP.NET