Greetings,
I am experiencing the following problem:
I'm trying to publish a grid view containing a directory of staff.
The Datasource for thie grid view returns the staff member's name and id.
The problem arises when I try to list all the phone numbers and emails per person.
I cannot do that via the previous data source, as it would return several repetitions of the same person. So, I used the Item Template feature of the grid view and put another gridview inside it, with a data source that brings all the tel. #'s and email addresses for a certain staff id.
My question is the following: how can I point the variable to the required staff id (which is returned in the original query)?
When I set the data source to select the variable, all I can point it to is the gridview that returned the first query (with the staff member and id).
Any ideas?
Once again, many thanks in advance for all your help
L