You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I got this error
DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Fixture'.
When I viewed both my fixtures.aspx and the presupplied WroxUnited
so I changed the DataKeyNames property form Fixture to FixtureID and it works.
Regards
Ian
I dont think its an errata as such as in chapetr 8 (I think that deals with fixtures.aspx). I found when I was doing my usual comparison with the full WroxUnited website and it was there that found the DataKeyNames value to be Fixture instead of FixtureId. So if anybody downloads the code from Wrox and compiles and runs the WroxUnited site the fixtures homepage will return an error