后台如何调用GridView中的某一个控件
比如某列中我弄了一个Label来显示数据,那么我想在后台protectedvoidPage_Load(objectsender,EventArgse)里面设置Lable....
比如某列中我弄了一个Label来显示数据,那么我想在后台protected void Page_Load(object sender, EventArgs e)里面设置Lable.text = "第一次显示"
但是发现无法调用到GridView里面的控件,应该怎么才能做到?谢谢~
不行哦,比如我有一列中是Label和textBox,但是我在后台就是调用不了两个控件……
这是我页面GridView中的某一段代码,应该不会有错吧?
<asp:TemplateField HeaderText="数量">
<ItemTemplate>
<asp:Label ID="labNum" runat="server" Text="0" Width="32px" Height="20px"></asp:Label>
<asp:TextBox ID="txtNum" runat="server" Width="32px"></asp:TextBox>
<asp:LinkButton ID="lnkbtnEdit" runat="server" CausesValidation="False" CommandName="Edit"
Text="修改" OnClick="lnkbtnEdit_Click" ></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField> 展开
但是发现无法调用到GridView里面的控件,应该怎么才能做到?谢谢~
不行哦,比如我有一列中是Label和textBox,但是我在后台就是调用不了两个控件……
这是我页面GridView中的某一段代码,应该不会有错吧?
<asp:TemplateField HeaderText="数量">
<ItemTemplate>
<asp:Label ID="labNum" runat="server" Text="0" Width="32px" Height="20px"></asp:Label>
<asp:TextBox ID="txtNum" runat="server" Width="32px"></asp:TextBox>
<asp:LinkButton ID="lnkbtnEdit" runat="server" CausesValidation="False" CommandName="Edit"
Text="修改" OnClick="lnkbtnEdit_Click" ></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询