In webforms, the drop-down list must have a DataValueField, but the collection of datasource has a composite ID.
I solved this problem with Json serialization, rewriting the ToString() of composite ID object, so the option value in select tag has now the compositeId object in Json format. I can retrieve the orginal compositeId from SelectedValue by the inverse process... The problem is now I have in my domain a reference for Json implementation... I didn't see any topic about this.... any thoughts ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
