Wednesday 15 July 2015

sql server - Binding multiple items of data from SQL to label -


How do I bind many data items to a label from SQL?

This is my code:

It only adds one item to the data, I can add data to a particular column

You can create a string in the SQL statement and tie it on:

  String = "Select curriculum + '(' + Cursured + ') as" ASTLL1FROM tbl_course "as a slow str1   

.. < / P>

  lbl.DataBindings.Add ("text", dataset1, "course.lbl1")    

No comments:

Post a Comment