<FooterTemplate>
<asp:TextBox ID="txtSName" runat="server" Text=""/>
</FooterTemplate>
コードの背後にあるコードは次のとおりです。
TextBox txtName = (TextBox)(GridView1.FooterRow.FindControl("txtSName"));
string aa=txtName.Text;
毎回aa
ですnull
。
このコードは次のようになります。
protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e)
{
}
私を助けてください..........