How to compare two strings with out Case sensitive ?
Answer Posted / manu
with
String.Compare(string a,string b) [result 0 only when it
is equal- since it compares by subtracting ascii of b from
ascci of a)
or
String.Equals(string a,string b) {true if it is equal]
we can achieve the same
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is a session http?
What is difference between viewstate and session state in javascript?
What is ascx?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are resource file and how do we generate resource file?
What is the difference between rest and restful?
How you can return View from ASP.NET Web API method?
How can I create master page in asp net?
What is runat?
What does the .webpart file do?
What are custom controls?
What are server objects?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Describe the events in the life cycle of a web application.
What are the disadvantages of using session?