当前位置: 代码迷 >> .NET组件控件 >> AspxGridView主从表绑定的有关问题
  详细解决方案

AspxGridView主从表绑定的有关问题

热度:5356   发布时间:2013-02-25 00:00:00.0
AspxGridView主从表绑定的问题
谁能帮帮我解决AspXGridView的主从表绑定的错误!
我已经给主表绑定了FileKeyName。
但是我使用数据源控件查询的时候它报这个错误!
A primary key field specified via the KeyFieldName property is not found in the underlying data source. Make sure the field name is spelled correctly. Pay attention to the character case.
------解决方案--------------------------------------------------------
我也同样出现了这个问题,不清楚怎么解决
------解决方案--------------------------------------------------------
FileKeyName只绑定一个主键,你试试
------解决方案--------------------------------------------------------
``意思是没有找到对应的主键```这个基本是字段的问题```