J
Jay
Hello all. I'm populating a dropdown box using the databind(). I'm trying to
get two values in one selection.
So far I have this:
ddlPersonType.DataTextField = "PersDtlName"
I would like to make it so the text is:
PersDtlName (PersDtlID)
John Doe (1)
Does anyone have any suggestions?
Thanks,
- J
get two values in one selection.
So far I have this:
ddlPersonType.DataTextField = "PersDtlName"
I would like to make it so the text is:
PersDtlName (PersDtlID)
John Doe (1)
Does anyone have any suggestions?
Thanks,
- J