s 0

s 0

  • NA
  • 21
  • 0

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

Nov 9 2004 7:43 PM
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