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 the difference between debug and release?
What is session handling in a webfarm, how it can work with its limits?
What are the components of ado.net?
How can we call webservices in Banking Applications? and where we are using it?
Why do you use the app_code folder in asp.net?
Explain login controls.
how to retrieve property settings from xml .config file.
How u refer webservices?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is & in a url?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Where is cookie used in asp.net?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is the part of url?