Posted By:
Christopher_Schultz
Posted On:
Wednesday, January 8, 2003 11:43 AM
I would recommend simply passing the ID to for form handler and then having the handler get the object itself by id and get the description from there.
That being said... a simple way to get this accomplished would be like this:
In your form handler, just strip off everything before the comma (really you can use any delimiter) to get the id, and everything after the comma to get the description.
Hope that helps,
-chris