Why Is It Evil For Some To Use Data Bound Controls?

Thanks

Answer this question

Why Is It Evil For Some To Use Data Bound Controls?

  • Kype

    I wouldn't consider them "evil" in .NET.

    Back in the pre .NET versions of Visual Basic most experienced developers frowned upon there use primarily because they were designed to create "quick and dirty" database applications. In addition there were several problems with these type of controls. First they were somewhat inflexible in that it was rather difficult to incorporate custom behavior. Second, you often had to work around idiosyncratic behavior to get them to do what you wanted. Third, they often didn't support the exact the functionality you needed which often required that you write DAO, RDO and ADO code anyway.

    The data binding features in .NET are much improved, most of which is simply a byproduct of the improved architecture. However, I would still plan on writing some code in order get the functionality you need.



  • LeafBug_2k2

    Excellent Reply..... I've only been around Here since Nov/05... I take it if one holds these Evil Beliefs it's like the Guy down the Street that doesn't have a TV............Thanks
  • Why Is It Evil For Some To Use Data Bound Controls?