How to compare two strings with out Case sensitive ?
Answer Posted / manu
with
String.Compare(string a,string b) [result 0 only when it
is equal- since it compares by subtracting ascii of b from
ascci of a)
or
String.Equals(string a,string b) {true if it is equal]
we can achieve the same
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is redirectpermanent in asp.net?
What is cross page posting in asp net?
List the events in page life cycle.
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Explain login control and form authentication.
What is difference between datalist and gridview?
Explain about Multi-Language integration?
What is aspect-oriented programming?
What is state management technique?
Explain repository pattern in asp.net mvc? : asp.net mvc
Explain the difference between authentication and authorization.
What is form submit?
Differentiate between a hyperlink control and a linkbutton control.
What is a runtime version?
What is xaml? Are xaml file compiled or built on runtime?