I think it may be a bad query, I will try another approach this is the basic idea.
I have a page which displays a tables of users from a database and I on this page the user can select someone to remove from the database in order to do this they select the username from a listbox which only contains the userIds.
When this userId is sent for processing I would also like to be able to send the related username without the user having to select it.
How can I do this? Thanks
EDIT: That may not have been clear I mean how do I send the extra piece of information, I have already got the rest setup.