asp.net中怎么获取Repeater相应按钮的id和对应的Label值
这是我的代码:<asp:RepeaterID="Repeater1"runat="server"><HeaderTemplate><asp:LabelID="Label3...
这是我的代码:
<asp:Repeater ID="Repeater1" runat="server" >
<HeaderTemplate>
<asp:Label ID="Label31" runat="server" Text='用户Id'></asp:Label>
</li>
<li style="color: #FFFF66; float:left;width:200px; height:21px; background-color: #00FF00;">
<asp:Label ID="Label16" runat="server" Text='用户账号'></asp:Label>
</li>
<li style="color: #FFFF66; float:left; width:200px; height:21px; background-color: #FF0066;">
<asp:Label ID="Label2" runat="server" Text='密码'></asp:Label>
</li>
</HeaderTemplate>
<ItemTemplate>
<li style="color: #3366FF; float:left;width:50px; height:21px; background-color: #C0C0C0;">
<asp:Label ID="Label5" runat="server" Text='<%# Eval("UsersId") %>'></asp:Label>
</li>
<li style="color: #3366FF; float:left;width:200px; height:21px; background-color: #C0C0C0;">
<asp:Label ID="Label31" runat="server" Text='<%# Eval("UsersName") %>'></asp:Label>
</li>
<li style="color: #3366FF;float:left; width:200px; height:21px; background-color: #C0C0C0;">
<asp:Label ID="Label2" runat="server" Text='<%# Eval("UsersPwd") %>'></asp:Label>
</li>
</ItemTemplate>
<AlternatingItemTemplate>
</AlternatingItemTemplate>
<FooterTemplate>
</ul>
</FooterTemplate>
</asp:Repeater>
要怎样才能获取到按钮的id和他对应的Label的text值 展开
<asp:Repeater ID="Repeater1" runat="server" >
<HeaderTemplate>
<asp:Label ID="Label31" runat="server" Text='用户Id'></asp:Label>
</li>
<li style="color: #FFFF66; float:left;width:200px; height:21px; background-color: #00FF00;">
<asp:Label ID="Label16" runat="server" Text='用户账号'></asp:Label>
</li>
<li style="color: #FFFF66; float:left; width:200px; height:21px; background-color: #FF0066;">
<asp:Label ID="Label2" runat="server" Text='密码'></asp:Label>
</li>
</HeaderTemplate>
<ItemTemplate>
<li style="color: #3366FF; float:left;width:50px; height:21px; background-color: #C0C0C0;">
<asp:Label ID="Label5" runat="server" Text='<%# Eval("UsersId") %>'></asp:Label>
</li>
<li style="color: #3366FF; float:left;width:200px; height:21px; background-color: #C0C0C0;">
<asp:Label ID="Label31" runat="server" Text='<%# Eval("UsersName") %>'></asp:Label>
</li>
<li style="color: #3366FF;float:left; width:200px; height:21px; background-color: #C0C0C0;">
<asp:Label ID="Label2" runat="server" Text='<%# Eval("UsersPwd") %>'></asp:Label>
</li>
</ItemTemplate>
<AlternatingItemTemplate>
</AlternatingItemTemplate>
<FooterTemplate>
</ul>
</FooterTemplate>
</asp:Repeater>
要怎样才能获取到按钮的id和他对应的Label的text值 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询