Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted

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.

My website
Posted
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.
Here's what I'm up to.
Posted
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.

Take care,

Lori :D

--DreamWEBCatcher.com

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...