标签: asp.net gridview footer linqdatasource
datagrid的数据源是LINQDataSource,它依赖于下拉列表的值。另外,我想使用页脚插入新记录 - 所以我不想使用空数据集模板。无论数据源是否为空,我都试图找到一种始终显示页脚的方法。
编辑: 有没有办法在LinqDataSource中创建该类型的空/不可见对象?
答案 0 :(得分:2)
检查以下文章:
http://weblogs.asp.net/joewrobel/archive/2008/01/30/a-more-elegant-solution-to-display-gridview-header-and-footer-when-the-data-source-is-empty.aspx