Am Mon, 26 Nov 2007 11:44:57 -0800 (PST) schrieb
(E-Mail Removed):
> Hello:
>
> We are working on a large number of forms.
[rest snipped]
Note that databinding is not type safe.
When developing a large program you always have to do some sort of
refactoring over time. VS makes this easy - but only for known names, i.e.
program entities. NOT for the strings you use for databinds. The result?
Your program will compile, but will behave differently. Usually you don't
even get a error message *at runtime* . Your chances to get such errors are
low. Probably your customers are the first to find them....
IMHO databinding is completely unusable for larger programs.
Greetz
Paule