0
Answer

contact.GetType().GetField(column).SetValue(contact,dr[column])

s 0

s 0

20y
6.3k
1
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