StrataFrame Forum

Has the checklist changed or the BO (or both)

http://forum.strataframe.net/Topic2558.aspx

By Gary C Wynne - 8/30/2006

Hi Ben

Hope you are able to "see" this from Redmond Smile We recently ran a piece of working code that basically displays a checked list. This was populated using SF standard list population techniques. Everything normal and OK. However, today, with no changes at all, the check list displays "System.Data.DataViewRow" for every entry in the list?

Any ideas what may be causing this?

Thanks,

-=Gary

By StrataFrame Team - 8/30/2006

That is generally caused by an exception being thrown within an event handler, or some sort of error that is causing the data binding to fail.  Generally, it can be fixed by resetting the DisplayMember and the ValueMember properties on the check box.  .NET is pretty bad about swallowing those exceptions and not letting you know what's causing the problem...