Hi All,
I have a class object that I'm trying to bind to a GridView, but it simply doesn't work. It gives me this error message:
A field or property with the name "Id" was not found in the selected data source.
So......
Where is the proper place to bind the Gridview columns to the class object? By the way, I tried doing this in the form html because I need to add 5 CheckBoxFields, as well as an inputtable text box.
Any help is greatly appreciated.
TIA, Randy
I have a class object that I'm trying to bind to a GridView, but it simply doesn't work. It gives me this error message:
A field or property with the name "Id" was not found in the selected data source.
So......
Where is the proper place to bind the Gridview columns to the class object? By the way, I tried doing this in the form html because I need to add 5 CheckBoxFields, as well as an inputtable text box.
Any help is greatly appreciated.
TIA, Randy