Why would you want to save the name instead of the id? With the id you can get all information about a member, like the name... With only the name you don't have a clue which member belongs to it.
You can get the name by member id in XSLT and .NET, so what else do you need?
well, my client is using the most excellent member export package by Richard.... but when they export the data, the associated member id comes in the excel spreadsheet... not the name of the actual member...
it is for a parent to pick their child from a list of kids... so for it to read 1234 instead of Jimmy Smith... kinda defeats the export purpose :P
hey, how would i save the name, not the id?
Simon, could you point me in the direction in your source code where i would update to store the selected items text not the id?
thanks,
Why would you want to save the name instead of the id? With the id you can get all information about a member, like the name... With only the name you don't have a clue which member belongs to it.
You can get the name by member id in XSLT and .NET, so what else do you need?
well, my client is using the most excellent member export package by Richard.... but when they export the data, the associated member id comes in the excel spreadsheet... not the name of the actual member...
it is for a parent to pick their child from a list of kids... so for it to read 1234 instead of Jimmy Smith... kinda defeats the export purpose :P
is working on a reply...