Is asp.net
Are .NET string functions like : IndexOf("blah") case sensitive?
From what I remember it isn'tthey aren't, but for some reason I am seeing bugs in my app related to where the text in the query string to be is in camel case (like UserID) and me I'm testing for IndexOf("userid")IndexOf("userid").
