DataBinding: 'System.Data.DataRowView' does not contain a property with the name

后端 未结 4 1553
我在风中等你
我在风中等你 2020-12-11 01:40

I am getting this weird error... the primary key in my database is \'DocumentID\' so I know that is not the issue. I am trying to get the select,edit & delete gridview b

4条回答
  •  一生所求
    2020-12-11 02:15

    It seems that your sqldatasource does not return the DocumentId column.

    Maybe you should change the datasource definition to this:

    
    

提交回复
热议问题