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
Explain the features that make asp.net more used framework? : asp.net mvc
How do I create a web form?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Why would a company use an application service provider?
What are the different session state management options available in asp.net?
Explain the difference between asp.net mvc and asp.net webforms
How many types of session state management options available in asp.net?
Can a .net web application consume java web service?
What are the different types of validation controls in asp.net?
Explain how can you debug your .net application?
Where is the session stored?
What is asp.net introduction?
How many types of triggers are there in update panel?
Explain server-side scripting and client-side scripting.
What is asynchronous call?