Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is advantage of asp.net?

1037


Difference between Response.redirect vs server.transfer?

1249


How can you identify that the page is post back?

1054


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

2209


List down the sequence of methods called during the page load.

978


Apart from IDE what are the enhancements in asp.net 2.0?

2158


What is http post and http get?

1065


What is difference between cookies and cache?

1092


What is meant by ispostback in asp net?

1109


Is it possible for me to change my aspx file extension to some other name?

1068


Explain the significance of routing? : asp.net mvc

1098


What are the options in ASP.NET to maintain state?

1166


In which event of page cycle is the viewstate available?

1075


What are HTTP handlers in ASP.NET?

1146


What does asp stand for in asp.net?

1024