-
Bound Controls in .NET
Everyone :
With the new ADO.NET basically using disconnected data, what is the feelings on using bound controls in VB.NET or C#?
For all my current VB6, n-tier, work, I wouldn't even consider do this but with .NET, almost all my research talks about bound controls with hardly a mention of unbound controls.
Thanks for the help,
Dale Williams
-
when I first started on VB .net, I was apathetic about using bound controls, however, I've found the datagrid such a useful control that I'm a convert although I still use them programmitcally and don't use the data controls supplied but that's mainly because I want to do more things than the data controls seem to let me do.