I am trying to convert this
into C#. The m_DS is a DataSet, and dr is a DataRow thats getting passed into the method. val is a item thats currently in the DaraRow DataColumn. (I hope that makes sense.)Code:m_DS.Tables(0).Rows(0).Item(val) = dr.Item(val)
Thanks!



Reply With Quote
