I have put some controls in Gridview's footer template, 开发者_JAVA技巧but at run time they are not visible why
Have you set
GridView1.ShowFooter = true;
I have put some controls in Gridview's footer template, 开发者_JAVA技巧but at run time they are not visible why
Have you set
GridView1.ShowFooter = true;
精彩评论