bopritchard
Programmer
the table my dsExaminers dataset reads from has column display (of type int) that all of the values are 0...yet after applying this select method it still contains the values with 0 in the display field...what gives?
string strSelect = "display = 1";
dsExaminers.Tables[0].Select(strSelect);
string strSelect = "display = 1";
dsExaminers.Tables[0].Select(strSelect);