Working with data adapter/binding source at runtime

  • Thread starter Thread starter nyk52687
  • Start date Start date
N

nyk52687

I have three fields in a database, city, state, zip. I can bind each
one of these to its own label with no problem. What I want to do is
combine all three fields into one string and bind it to one label. I
was thinking I could bind each to a hidden label, then combine them at
runtime and set it to another visible label, but I was wondering if
there was an easier way to code it.

Thanks,
Chris
 
Back
Top