SPFieldMultiChoice chInjury = (SPFieldMultiChoice)m_listItem.Fields["Injury"];
           string valueInjury = chInjury.GetFieldValueAsText(m_listItem["Injury"]);
           lbInjury.Text = valueInjury.Replace(", ", "<br/>");

相关文章:

  • 2022-12-23
  • 2021-11-07
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-09-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-31
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
相关资源
相似解决方案