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 are the advantages of using Master Pages?
How to rename a table using sql queries?
What are url fragments?
what is silver light when will we use silver light,
Explain About WebService
Explain server-side scripting?
Where is the view state data stored in asp net?
How do you implement postback with a text box?
What is Web API?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain about the Class view window?
List all templates of the repeater control.
What is connection pooling and how to enable and disable connection pooling?
What is the use of session state and application state and difference between them?
When we use cookie less session? Explain its working?