Do People Us Bound Web Controls?

J

Jonathan Wood

I was just curious if most people were using data-bound Web controls to
display data rather than just display the info via code.

I recall that old Visual Basic used to have bound controls but they weren't
very good and no self-respecting programming made much use of this. I hear
..NET data-bound controls are much better. But are they good enough for
"real" database Web programming?

Thanks for your input.
 
S

Scott M.

Absolutely! Why not use them?

I think you may be referring to the old Design Time Controls (DTC's) that
were available in Visual InterDev. These were JScript based and, yes, they
were a bit buggy.

The ASP.NET Web Controls render to the client as HTML or HTML & JavaScript
and are much (MUCH) more reliable than the old DTC's.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top