How Can I Choose Appropriate ComboBox Value Based on Select ListView Record? - C#.NET
Posted
by peace
on Stack Overflow
See other posts from Stack Overflow
or by peace
Published on 2010-05-24T12:40:09Z
Indexed on
2010/05/24
12:41 UTC
Read the original article
Hit count: 296
Contact Title has a default value which is Sales Person. Anyhow, when a user click Edit on the chosen ListView record, i need Contact Title to have the right value that corresponds to the chosen record. For example, if user clicks edit, the fields on the left side will be filled with values. In this case, i want Contact Title to view the right value.
How can i do it?
I hope my question is clear enough.
© Stack Overflow or respective owner