Click here to Skip to main content
15,918,808 members

Comments by Member 8064216 (Top 1 by date)

Member 8064216 5-Feb-13 18:49pm View    
I have 5 labels in my vb form. The project is I hav to display an exam timetable based on the order of the course id's. I have retreived the course id's from the database(sql server) and sorted them using the ".sort" method by putting all the values into an array. Now these sorted values have to be inserted into a set of labels in the same order. For example, first course id from the sorted array has to go to label1, second one into the second label(say label2) and so on.. Now, this is wer am stuck... So, I hope my question is clear... Is there anyone who can help me out.? Please....