Use
string.Equals(s1, s2, StringComparison.OrdinalIgnoreCase)
instead of toupper or tolower
SQL, C#, VB, .net, asp, JavaScript, you name it. Code samples, Error messages and stuff like that. Please add coments if you think I said something stupid :D or if you have a better idea ... or anything at all ...
Use
string.Equals(s1, s2, StringComparison.OrdinalIgnoreCase)
instead of toupper or tolower