Wednesday, July 20, 2011

What is wrong with this vb.net code?

Try databinding to names rather than to the individual elements in names. That should resolve your problem. If you want to do it using a For/Next loop then you need to just add the values to the list inside the loop rather than using databinding.

No comments:

Post a Comment