sjn78 Posted November 19, 2003 Posted November 19, 2003 I haven't played too much around with binding controls to database tables so I don't know too much about it. I just read in the records and then disperse them to wherever I want them to go. Is there any real advantage in binding? I guess you don't have to write as much code, but is that it? I feel I have more control when I don't bind anything since I can put records anywhere I please. Any comments would be great. Quote
hog Posted November 19, 2003 Posted November 19, 2003 Depends what your after. If I know the values will remain static I create a collection and use that. If the values are going to change I bind. Quote My website
Machaira Posted November 19, 2003 Posted November 19, 2003 I used bound controls when I first started programming in VB back in version 3. After a couple months I never used them again. I prefer to have total control over the data, even though it means writing a little extra code. Quote Here's what I'm up to.
Nightyhawk Posted November 21, 2003 Posted November 21, 2003 I used bound controls when I first started programming in VB back in version 3. After a couple months I never used them again. I prefer to have total control over the data, even though it means writing a little extra code. I agree with you there. It is more time-consuming but worth it. Quote Take care, Lori :D --DreamWEBCatcher.com
Moderators Robby Posted November 21, 2003 Moderators Posted November 21, 2003 (edited) In pre-.NET I never used binding. Now, especially with ASP.NET I bind most list controls. Edited November 21, 2003 by Robby Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.