Hi,
I have a database with two collections. On my app page, I have one "select" control, and I use it to list classnames from my classes collection. Now, after I choose one, I want to list all students with the same classname(I already did the pointer thing in the database) in a "list" control right below the "select" control. How will I tell the service which item is selected in the "select" control?