How do I use find control to access Label4?
Thanks for any help you can provide :)
开发者_如何学JAVA<asp:GridView ID="grdView" runat="server"  OnSelectedIndexChanged="viewBLOG" GridLines="None"  AllowPaging="true"  CssClass="mGrid"  PagerStyle-CssClass="pgr" AlternatingRowStyle-CssClass="alt">
    <Columns>
        <asp:ButtonField ButtonType="Button" CommandName="Select" HeaderText="View Sprint Backlog" ShowHeader="True" Text="View" />
        <asp:TemplateField HeaderText="Status">
            <ItemTemplate>
                <asp:Label ID="Label4" runat="server" Text="Label"></asp:Label>
            </ItemTemplate>
        </asp:TemplateField>
    </Columns>
This post on the ASP.NET forum answer exactly your question with a sample very similar to yours :)
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论