C# – Databound controls and best practices

cdata-bindingnet

What is the current feeling about the use of databound controls? When I first started using a RAD framework I remember many people on the message boards that I belonged to were very much against the use of databound controls.

IMO they greatly speed up development – but are they considered a good practice in the industry?

Best Answer

I think databound controls are great! I would also consider them to be a good practice considering the fact that Microsoft themselves use it extensively and continue to do so throughout the .NET framework.