Can someone show me how to loop through a datatable for a value of 'true' and if that value is true set it to a string? I am not sure how to write it and I started to write a foreach. Can someome show me how to finsh it with their own values?
foreach (DataRowView drv in dttestGroups.DefaultView)
{
foreach (DataRow rowSec in ud.m_UsertestGroupsTable.Rows)
{
{
}
}
}