| Thread | Last Post | Replies |
|
| Interview Questions Feb 03 2006 | 03 Feb 2006 09:38 GMT | 1 |
Where is version information stored of a assembly ? Version information is stored in assembly in manifest. Is versioning applicable to private assemblies? Versioning concept is only applicable to global assembly cache (GAC) as
|
| How do I handle exceptions that are thrown during a move method of the BindingNavigator? | 02 Feb 2006 22:30 GMT | 3 |
I found a problem in BindingNavigator that perhaps questions its usefulness in big/multi-module applications. For example, the BindingNavigator is bound to a BindingSource that is based on a DataTable that has a required column. If that required column is
|
| Difference between CurrencyManager and Bindign Context. | 02 Feb 2006 12:27 GMT | 3 |
I have been learning about bound forms on Pocket PC devices. Initially I have been using things similar to this.BindingContext[DSQuestions, "tbl_details"].Position--; to navigate the record set. All has worked well.
|
| Databinding between two forms in .NET 2.0 | 02 Feb 2006 09:00 GMT | 3 |
I would like to data bind two different forms with each other. I would like to have employees on the first form and orders on the second. When the selected employee changes, the orders should change two. It is easy to do on a single form where you can add a new bindsource which ...
|