TextBox Validation
How do i Compare TextBox.Text and Database Value irrespective of Case Sensitive using DataReader.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pradeep ChandrakerPosted Jun 19, 2011, 11:10 PM
string.Equals(str1, str2, StringComparison.OrdinalIgnoreCase)
VulpesPosted Jun 18, 2011, 9:26 AM