How to make dr.Read(); start reading again from the beginning if a condition is satisfied?
dr.Read();
Something like:
SqlDataReader dr = command.Ex
The only way to restart it is to grab a new reader with ExecuteReader().
ExecuteReader()