How to compare two strings with out Case sensitive ?
Answer Posted / navin.cp
Here is the code that solve ur problem:
string str = "virtual";
if (str.Equals("virtual"))
{
// your code here....
}
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is latest version of asp.net mvc? : Asp.Net MVC
Describe the .net base class library.
What is the difference between executescalar and executenonquery?
Explain about ASP.NET?
Differentiate between client-side and server-side validations in web pages.
What's the use of response.output.write()?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is a page life cycle?
Write a code for passing ArrayList in Web API?
Why we use asp.net for website development?
What are all the various Estimation Techniques available ?
Contrast OOP and SOA. What are tenets of each ?
What is asp.net and its advantages?
what is command line compiler.what are the steps and how it is related to debugging.
Why cyclomatic complexity is important?