contact.GetType().GetField(column).SetValue(contact,dr[column])
Hello,
i'm trying to place based on a column for example the contact contains the fields
contact.Email1Address
so the values will be
contact.GetType().GetField("Email1Address").SetValue(contact,"[email protected]");
how come it doens't change anyvalue in contact when i'm looking with debugging really weird :(
greetings
Sander
Replies
Know the answer? Post it — somebody with the same question will find it here.