KDM Configuration on FreeBSD, error on session exit Written on March 19, 2006, by akafazov.
I came across an error which caused the kdm manager to crash after I exit a session. It spit out an error that it cannot start screen :0 and the configuration is wrong. A possible workaround is to configure kdm to restart X after end of session instead of resetting it. Since this error occurs [...]
Programmatically selecting a record in DataGrid Written on March 7, 2006, by akafazov.
This situation applies not only to DataGrids but to any bindable .Net control. In my case, the DataGrid was bound to DataTable. In order to select a record I need the correct ID. If I get the ID from the table it won’t do any good since the index in the data source and the [...]


