Hi
i have 3 tables in the following structure:
class table:
classid
courseid
sectionid
course table:
courseid
coursename
section table
sectionid
sectionname
i want to create a classcollection and bind it to a dropdown menu, having coursename-sectionname (coursename dash secitonname) as the data text field and classid as the value.
it is like adding a new calculated field into the class collection.
what would be the easiest way to accomplish this?
thanks in advance
-shane