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 advantage of asp.net?
Difference between Response.redirect vs server.transfer?
How can you identify that the page is post back?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
List down the sequence of methods called during the page load.
Apart from IDE what are the enhancements in asp.net 2.0?
What is http post and http get?
What is difference between cookies and cache?
What is meant by ispostback in asp net?
Is it possible for me to change my aspx file extension to some other name?
Explain the significance of routing? : asp.net mvc
What are the options in ASP.NET to maintain state?
In which event of page cycle is the viewstate available?
What are HTTP handlers in ASP.NET?
What does asp stand for in asp.net?