S
shapper
Hello,
I am creating a select list as follows:
new SelectList(new[] { "a", "b"})
How can I create the same list but with different name and value for
each item?
Thanks,
Miguel
I am creating a select list as follows:
new SelectList(new[] { "a", "b"})
How can I create the same list but with different name and value for
each item?
Thanks,
Miguel