| | | StrataFrame Beginner
       
Group: Forum Members Last Login: 07/21/2008 8:17:34 AM Posts: 26, Visits: 236 |
| | Hi Ben Hope you are able to "see" this from Redmond 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 |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 12/02/2008 4:42:46 PM Posts: 2,686, Visits: 1,890 |
| 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...
www.bungie.net |
| |
|
|