protected void Button16_Click1(object sender, EventArgs e)
{
Control control = null;
if (GridView1.FooterRow != null)
control = GridView1.FooterRow;
}
else
control = GridView1.Controls[0].Controls[0];